Html Css Color HEX #FE7742 Burnt Orange

📋 copy color: '#FE7742'

red 254 ◦ green 119 ◦ blue 66

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

Shades of Burnt Orange #FE7742

Tints of Burnt Orange #FE7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.11%

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

R = 57.86%
G = 27.11%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE7742 (or 0xFE7742) is known color: Burnt Orange. HEX triplet: FE, 77 and 42. RGB value is (254,119,66). Sum of RGB (Red+Green+Blue) = 254+119+66=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7742 is #0188BD. Grayscale: #999999. Windows color (decimal): -100542 or 4356094. OLE color: 4356094.

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

Color convert

RGB 254 119 66 -
CMYK 0 0.53 0.74 0.00
HSL 16.91º 0.99% 0.63% -
HSV(B) 16.91º 0.74% 1% -
XYZ 48.45 34.66 9.29 -
YUV 153.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 254 119 66 0 0.53 0.74 0.00 16.91 0.99 0.63
Hex FE 77 42 0 35 4A 0 11 63 3F
Octal 376 167 102 0 65 112 0 21 143 77
Binary 11111110 1110111 1000010 0 110101 1001010 0 10001 1100011 111111

Color Harmonies of #FE7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7742

Black with #FE7742

Text Example


Text Example

White with #FE7742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7742; }

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

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

background-color css

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

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

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

border-color css

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

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

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