Html Css Color HEX #F06525 Burnt Orange

📋 copy color: '#F06525'

red 240 ◦ green 101 ◦ blue 37

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

Shades of Burnt Orange #F06525

Tints of Burnt Orange #F06525

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

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

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

R = 63.49%
G = 26.72%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06525 (or 0xF06525) is known color: Burnt Orange. HEX triplet: F0, 65 and 25. RGB value is (240,101,37). Sum of RGB (Red+Green+Blue) = 240+101+37=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F06525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06525 is #0F9ADA. Grayscale: #878787. Windows color (decimal): -1022683 or 2450928. OLE color: 2450928.

HSL color Cylindrical-coordinate representation of color #F06525: hue angle of 18.92º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06525 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 37 -
CMYK 0 0.58 0.85 0.06
HSL 18.92º 0.87% 0.54% -
HSV(B) 18.92º 0.85% 0.94% -
XYZ 40.92 27.97 4.99 -
YUV 135.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 240 101 37 0 0.58 0.85 0.06 18.92 0.87 0.54
Hex F0 65 25 0 3A 55 6 13 57 36
Octal 360 145 45 0 72 125 6 23 127 66
Binary 11110000 1100101 100101 0 111010 1010101 110 10011 1010111 110110

Color Harmonies of #F06525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06525

Black with #F06525

Text Example


Text Example

White with #F06525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06525; }

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

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

background-color css

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

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

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

border-color css

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

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

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