Html Css Color HEX #F66C2E Burnt Orange

📋 copy color: '#F66C2E'

red 246 ◦ green 108 ◦ blue 46

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

Shades of Burnt Orange #F66C2E

Tints of Burnt Orange #F66C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 61.5%
G = 27%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F66C2E (or 0xF66C2E) is known color: Burnt Orange. HEX triplet: F6, 6C and 2E. RGB value is (246,108,46). Sum of RGB (Red+Green+Blue) = 246+108+46=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66C2E is #0993D1. Grayscale: #8E8E8E. Windows color (decimal): -627666 or 3042550. OLE color: 3042550.

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

Color convert

RGB 246 108 46 -
CMYK 0 0.56 0.81 0.04
HSL 18.6º 0.92% 0.57% -
HSV(B) 18.6º 0.81% 0.96% -
XYZ 43.86 30.52 6.16 -
YUV 142.19 73.72 202.04 -
System Red Green Blue C M Y K H S L
Decimal 246 108 46 0 0.56 0.81 0.04 18.6 0.92 0.57
Hex F6 6C 2E 0 38 51 4 13 5C 39
Octal 366 154 56 0 70 121 4 23 134 71
Binary 11110110 1101100 101110 0 111000 1010001 100 10011 1011100 111001

Color Harmonies of #F66C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C2E

Black with #F66C2E

Text Example


Text Example

White with #F66C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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