Html Css Color HEX #FE7642 Burnt Orange

📋 copy color: '#FE7642'

red 254 ◦ green 118 ◦ blue 66

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

Shades of Burnt Orange #FE7642

Tints of Burnt Orange #FE7642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 57.99%
G = 26.94%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE7642 (or 0xFE7642) is known color: Burnt Orange. HEX triplet: FE, 76 and 42. RGB value is (254,118,66). Sum of RGB (Red+Green+Blue) = 254+118+66=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7642 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7642 is #0189BD. Grayscale: #999999. Windows color (decimal): -100798 or 4355838. OLE color: 4355838.

HSL color Cylindrical-coordinate representation of color #FE7642: hue angle of 16.6º 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 #FE7642 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 118 66 -
CMYK 0 0.54 0.74 0.00
HSL 16.6º 0.99% 0.63% -
HSV(B) 16.6º 0.74% 1% -
XYZ 48.33 34.42 9.25 -
YUV 152.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 254 118 66 0 0.54 0.74 0.00 16.6 0.99 0.63
Hex FE 76 42 0 36 4A 0 11 63 3F
Octal 376 166 102 0 66 112 0 21 143 77
Binary 11111110 1110110 1000010 0 110110 1001010 0 10001 1100011 111111

Color Harmonies of #FE7642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7642

Black with #FE7642

Text Example


Text Example

White with #FE7642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7642; }

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

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

background-color css

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

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

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

border-color css

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

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

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