Html Css Color HEX #FF7A42 Coral

📋 copy color: '#FF7A42'

red 255 ◦ green 122 ◦ blue 66

#FF7A42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral #FF7A42

Tints of Coral #FF7A42

RGB

 RED value IS 255 (100% from 255) = 57.56%

 GREEN value IS 122 (48.05% from 255) = 27.54%

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 57.56%
G = 27.54%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF7A42 (or 0xFF7A42) is known color: Coral. HEX triplet: FF, 7A and 42. RGB value is (255,122,66). Sum of RGB (Red+Green+Blue) = 255+122+66=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A42 is #0085BD. Grayscale: #9B9B9B. Windows color (decimal): -34238 or 4356863. OLE color: 4356863.

HSL color Cylindrical-coordinate representation of color #FF7A42: hue angle of 17.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF7A42 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 66 -
CMYK 0 0.52 0.74 0
HSL 17.78º 1% 0.63% -
HSV(B) 17.78º 0.74% 1% -
XYZ 49.18 35.57 9.43 -
YUV 155.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 255 122 66 0 0.52 0.74 0 17.78 1 0.63
Hex FF 7A 42 0 34 4A 0 12 64 3F
Octal 377 172 102 0 64 112 0 22 144 77
Binary 11111111 1111010 1000010 0 110100 1001010 0 10010 1100100 111111

Color Harmonies of #FF7A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A42

Black with #FF7A42

Text Example


Text Example

White with #FF7A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A42; }

 p { color: rgb(255,122,66); }

 H1.HeaderClassName
 {
   color: #FF7A42;
 }
 .AnyTagClassName
 {
   color: #FF7A42;
 }
</style>

background-color css

<style>
 a { background-color: #FF7A42; }

 a { background-color: rgb(255,122,66); }

 div.DivClassName
 {
   background-color: #FF7A42;
 }
 .BgClassName
 {
   background-color: #FF7A42;
 }
</style>

border-color css

<style>
 span { border-color: #FF7A42; }

 span { border-color: rgb(255,122,66); }

 td.TdClassName
 {
   border-color: #FF7A42;
 }
 .TagClassName
 {
   border-color: #FF7A42;
 }
</style>