Html Css Color HEX #F07535 Burnt Orange

📋 copy color: '#F07535'

red 240 ◦ green 117 ◦ blue 53

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

Shades of Burnt Orange #F07535

Tints of Burnt Orange #F07535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 53 (21.09% from 255) = 12.93%

R = 58.54%
G = 28.54%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07535 (or 0xF07535) is known color: Burnt Orange. HEX triplet: F0, 75 and 35. RGB value is (240,117,53). Sum of RGB (Red+Green+Blue) = 240+117+53=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F07535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07535 is #0F8ACA. Grayscale: #929292. Windows color (decimal): -1018571 or 3503600. OLE color: 3503600.

HSL color Cylindrical-coordinate representation of color #F07535: hue angle of 20.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07535 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 53 -
CMYK 0 0.51 0.78 0.06
HSL 20.53º 0.86% 0.57% -
HSV(B) 20.53º 0.78% 0.94% -
XYZ 42.94 31.5 7.19 -
YUV 146.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 240 117 53 0 0.51 0.78 0.06 20.53 0.86 0.57
Hex F0 75 35 0 33 4E 6 15 56 39
Octal 360 165 65 0 63 116 6 25 126 71
Binary 11110000 1110101 110101 0 110011 1001110 110 10101 1010110 111001

Color Harmonies of #F07535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07535

Black with #F07535

Text Example


Text Example

White with #F07535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07535; }

 p { color: rgb(240,117,53); }

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

background-color css

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

 a { background-color: rgb(240,117,53); }

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

border-color css

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

 span { border-color: rgb(240,117,53); }

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