Html Css Color HEX #F66F42 Burnt Orange

📋 copy color: '#F66F42'

red 246 ◦ green 111 ◦ blue 66

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

Shades of Burnt Orange #F66F42

Tints of Burnt Orange #F66F42

RGB

 RED value IS 246 (96.48% from 255) = 58.16%

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

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

R = 58.16%
G = 26.24%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F66F42 (or 0xF66F42) is known color: Burnt Orange. HEX triplet: F6, 6F and 42. RGB value is (246,111,66). Sum of RGB (Red+Green+Blue) = 246+111+66=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66F42 is #0990BD. Grayscale: #929292. Windows color (decimal): -626878 or 4354038. OLE color: 4354038.

HSL color Cylindrical-coordinate representation of color #F66F42: hue angle of 15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F66F42 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 66 -
CMYK 0 0.55 0.73 0.04
HSL 15º 0.91% 0.61% -
HSV(B) 15º 0.73% 0.96% -
XYZ 44.67 31.36 8.85 -
YUV 146.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 246 111 66 0 0.55 0.73 0.04 15 0.91 0.61
Hex F6 6F 42 0 37 49 4 F 5B 3D
Octal 366 157 102 0 67 111 4 17 133 75
Binary 11110110 1101111 1000010 0 110111 1001001 100 1111 1011011 111101

Color Harmonies of #F66F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66F42

Black with #F66F42

Text Example


Text Example

White with #F66F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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