Html Css Color HEX #F66525 Burnt Orange

📋 copy color: '#F66525'

red 246 ◦ green 101 ◦ blue 37

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

Shades of Burnt Orange #F66525

Tints of Burnt Orange #F66525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 64.06%
G = 26.3%
B = 9.64%

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

#F66525 (or 0xF66525) is known color: Burnt Orange. HEX triplet: F6, 65 and 25. RGB value is (246,101,37). Sum of RGB (Red+Green+Blue) = 246+101+37=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F66525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66525 is #099ADA. Grayscale: #898989. Windows color (decimal): -629467 or 2450934. OLE color: 2450934.

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

Color convert

RGB 246 101 37 -
CMYK 0 0.59 0.85 0.04
HSL 18.37º 0.92% 0.55% -
HSV(B) 18.37º 0.85% 0.96% -
XYZ 42.99 29.03 5.09 -
YUV 137.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 246 101 37 0 0.59 0.85 0.04 18.37 0.92 0.55
Hex F6 65 25 0 3B 55 4 12 5C 37
Octal 366 145 45 0 73 125 4 22 134 67
Binary 11110110 1100101 100101 0 111011 1010101 100 10010 1011100 110111

Color Harmonies of #F66525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66525

Black with #F66525

Text Example


Text Example

White with #F66525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66525; }

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

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

background-color css

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

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

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

border-color css

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

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

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