Html Css Color HEX #FF6F42 Burnt Orange

📋 copy color: '#FF6F42'

red 255 ◦ green 111 ◦ blue 66

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

Shades of Burnt Orange #FF6F42

Tints of Burnt Orange #FF6F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

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

R = 59.03%
G = 25.69%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF6F42 (or 0xFF6F42) is known color: Burnt Orange. HEX triplet: FF, 6F and 42. RGB value is (255,111,66). Sum of RGB (Red+Green+Blue) = 255+111+66=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F42 is #0090BD. Grayscale: #959595. Windows color (decimal): -37054 or 4354047. OLE color: 4354047.

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

Color convert

RGB 255 111 66 -
CMYK 0 0.56 0.74 0
HSL 14.29º 1% 0.63% -
HSV(B) 14.29º 0.74% 1% -
XYZ 47.91 33.02 9 -
YUV 148.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 255 111 66 0 0.56 0.74 0 14.29 1 0.63
Hex FF 6F 42 0 38 4A 0 E 64 3F
Octal 377 157 102 0 70 112 0 16 144 77
Binary 11111111 1101111 1000010 0 111000 1001010 0 1110 1100100 111111

Color Harmonies of #FF6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F42

Black with #FF6F42

Text Example


Text Example

White with #FF6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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