Html Css Color HEX #F0702C Burnt Orange

📋 copy color: '#F0702C'

red 240 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #F0702C

Tints of Burnt Orange #F0702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 60.61%
G = 28.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0702C (or 0xF0702C) is known color: Burnt Orange. HEX triplet: F0, 70 and 2C. RGB value is (240,112,44). Sum of RGB (Red+Green+Blue) = 240+112+44=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0702C is #0F8FD3. Grayscale: #8E8E8E. Windows color (decimal): -1019860 or 2912496. OLE color: 2912496.

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

Color convert

RGB 240 112 44 -
CMYK 0 0.53 0.82 0.06
HSL 20.82º 0.87% 0.56% -
HSV(B) 20.82º 0.82% 0.94% -
XYZ 42.18 30.3 6.01 -
YUV 142.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 240 112 44 0 0.53 0.82 0.06 20.82 0.87 0.56
Hex F0 70 2C 0 35 52 6 15 57 38
Octal 360 160 54 0 65 122 6 25 127 70
Binary 11110000 1110000 101100 0 110101 1010010 110 10101 1010111 111000

Color Harmonies of #F0702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0702C

Black with #F0702C

Text Example


Text Example

White with #F0702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0702C; }

 p { color: rgb(240,112,44); }

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

background-color css

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

 a { background-color: rgb(240,112,44); }

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

border-color css

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

 span { border-color: rgb(240,112,44); }

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