Html Css Color HEX #F66C27 Burnt Orange

📋 copy color: '#F66C27'

red 246 ◦ green 108 ◦ blue 39

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

Shades of Burnt Orange #F66C27

Tints of Burnt Orange #F66C27

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 62.6%
G = 27.48%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F66C27 (or 0xF66C27) is known color: Burnt Orange. HEX triplet: F6, 6C and 27. RGB value is (246,108,39). Sum of RGB (Red+Green+Blue) = 246+108+39=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C27 is #0993D8. Grayscale: #8D8D8D. Windows color (decimal): -627673 or 2583798. OLE color: 2583798.

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

Color convert

RGB 246 108 39 -
CMYK 0 0.56 0.84 0.04
HSL 20º 0.92% 0.56% -
HSV(B) 20º 0.84% 0.96% -
XYZ 43.73 30.46 5.49 -
YUV 141.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 246 108 39 0 0.56 0.84 0.04 20 0.92 0.56
Hex F6 6C 27 0 38 54 4 14 5C 38
Octal 366 154 47 0 70 124 4 24 134 70
Binary 11110110 1101100 100111 0 111000 1010100 100 10100 1011100 111000

Color Harmonies of #F66C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C27

Black with #F66C27

Text Example


Text Example

White with #F66C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C27; }

 p { color: rgb(246,108,39); }

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

background-color css

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

 a { background-color: rgb(246,108,39); }

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

border-color css

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

 span { border-color: rgb(246,108,39); }

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