Html Css Color HEX #F66526 Burnt Orange

📋 copy color: '#F66526'

red 246 ◦ green 101 ◦ blue 38

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

Shades of Burnt Orange #F66526

Tints of Burnt Orange #F66526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 63.9%
G = 26.23%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F66526 (or 0xF66526) is known color: Burnt Orange. HEX triplet: F6, 65 and 26. RGB value is (246,101,38). Sum of RGB (Red+Green+Blue) = 246+101+38=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F66526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66526 is #099AD9. Grayscale: #898989. Windows color (decimal): -629466 or 2516470. OLE color: 2516470.

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

Color convert

RGB 246 101 38 -
CMYK 0 0.59 0.85 0.04
HSL 18.17º 0.92% 0.56% -
HSV(B) 18.17º 0.85% 0.96% -
XYZ 43.01 29.04 5.17 -
YUV 137.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 246 101 38 0 0.59 0.85 0.04 18.17 0.92 0.56
Hex F6 65 26 0 3B 55 4 12 5C 38
Octal 366 145 46 0 73 125 4 22 134 70
Binary 11110110 1100101 100110 0 111011 1010101 100 10010 1011100 111000

Color Harmonies of #F66526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66526

Black with #F66526

Text Example


Text Example

White with #F66526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66526; }

 p { color: rgb(246,101,38); }

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

background-color css

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

 a { background-color: rgb(246,101,38); }

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

border-color css

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

 span { border-color: rgb(246,101,38); }

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