Html Css Color HEX #F66A28 Burnt Orange

📋 copy color: '#F66A28'

red 246 ◦ green 106 ◦ blue 40

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

Shades of Burnt Orange #F66A28

Tints of Burnt Orange #F66A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 62.76%
G = 27.04%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F66A28 (or 0xF66A28) is known color: Burnt Orange. HEX triplet: F6, 6A and 28. RGB value is (246,106,40). Sum of RGB (Red+Green+Blue) = 246+106+40=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66A28 is #0995D7. Grayscale: #8C8C8C. Windows color (decimal): -628184 or 2648822. OLE color: 2648822.

HSL color Cylindrical-coordinate representation of color #F66A28: hue angle of 19.22º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F66A28 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 106 40 -
CMYK 0 0.57 0.84 0.04
HSL 19.22º 0.92% 0.56% -
HSV(B) 19.22º 0.84% 0.96% -
XYZ 43.54 30.05 5.51 -
YUV 140.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 246 106 40 0 0.57 0.84 0.04 19.22 0.92 0.56
Hex F6 6A 28 0 39 54 4 13 5C 38
Octal 366 152 50 0 71 124 4 23 134 70
Binary 11110110 1101010 101000 0 111001 1010100 100 10011 1011100 111000

Color Harmonies of #F66A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66A28

Black with #F66A28

Text Example


Text Example

White with #F66A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66A28; }

 p { color: rgb(246,106,40); }

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

background-color css

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

 a { background-color: rgb(246,106,40); }

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

border-color css

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

 span { border-color: rgb(246,106,40); }

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