Html Css Color HEX #FE7D42 Coral

📋 copy color: '#FE7D42'

red 254 ◦ green 125 ◦ blue 66

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

Shades of Coral #FE7D42

Tints of Coral #FE7D42

RGB

 RED value IS 254 (99.61% from 255) = 57.08%

 GREEN value IS 125 (49.22% from 255) = 28.09%

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

R = 57.08%
G = 28.09%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE7D42 (or 0xFE7D42) is known color: Coral. HEX triplet: FE, 7D and 42. RGB value is (254,125,66). Sum of RGB (Red+Green+Blue) = 254+125+66=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D42 is #0182BD. Grayscale: #9D9D9D. Windows color (decimal): -99006 or 4357630. OLE color: 4357630.

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

Color convert

RGB 254 125 66 -
CMYK 0 0.51 0.74 0.00
HSL 18.83º 0.99% 0.63% -
HSV(B) 18.83º 0.74% 1% -
XYZ 49.19 36.13 9.54 -
YUV 156.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 254 125 66 0 0.51 0.74 0.00 18.83 0.99 0.63
Hex FE 7D 42 0 33 4A 0 13 63 3F
Octal 376 175 102 0 63 112 0 23 143 77
Binary 11111110 1111101 1000010 0 110011 1001010 0 10011 1100011 111111

Color Harmonies of #FE7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D42

Black with #FE7D42

Text Example


Text Example

White with #FE7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D42; }

 p { color: rgb(254,125,66); }

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

background-color css

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

 a { background-color: rgb(254,125,66); }

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

border-color css

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

 span { border-color: rgb(254,125,66); }

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