Html Css Color HEX #F66B2E Burnt Orange

📋 copy color: '#F66B2E'

red 246 ◦ green 107 ◦ blue 46

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

Shades of Burnt Orange #F66B2E

Tints of Burnt Orange #F66B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 61.65%
G = 26.82%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F66B2E (or 0xF66B2E) is known color: Burnt Orange. HEX triplet: F6, 6B and 2E. RGB value is (246,107,46). Sum of RGB (Red+Green+Blue) = 246+107+46=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66B2E is #0994D1. Grayscale: #8D8D8D. Windows color (decimal): -627922 or 3042294. OLE color: 3042294.

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

Color convert

RGB 246 107 46 -
CMYK 0 0.57 0.81 0.04
HSL 18.3º 0.92% 0.57% -
HSV(B) 18.3º 0.81% 0.96% -
XYZ 43.76 30.31 6.13 -
YUV 141.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 246 107 46 0 0.57 0.81 0.04 18.3 0.92 0.57
Hex F6 6B 2E 0 39 51 4 12 5C 39
Octal 366 153 56 0 71 121 4 22 134 71
Binary 11110110 1101011 101110 0 111001 1010001 100 10010 1011100 111001

Color Harmonies of #F66B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66B2E

Black with #F66B2E

Text Example


Text Example

White with #F66B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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