Html Css Color HEX #F0702F Burnt Orange

📋 copy color: '#F0702F'

red 240 ◦ green 112 ◦ blue 47

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

Shades of Burnt Orange #F0702F

Tints of Burnt Orange #F0702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 60.15%
G = 28.07%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0702F (or 0xF0702F) is known color: Burnt Orange. HEX triplet: F0, 70 and 2F. RGB value is (240,112,47). Sum of RGB (Red+Green+Blue) = 240+112+47=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0702F is #0F8FD0. Grayscale: #8F8F8F. Windows color (decimal): -1019857 or 3109104. OLE color: 3109104.

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

Color convert

RGB 240 112 47 -
CMYK 0 0.53 0.80 0.06
HSL 20.21º 0.87% 0.56% -
HSV(B) 20.21º 0.8% 0.94% -
XYZ 42.24 30.32 6.32 -
YUV 142.86 73.91 197.29 -
System Red Green Blue C M Y K H S L
Decimal 240 112 47 0 0.53 0.80 0.06 20.21 0.87 0.56
Hex F0 70 2F 0 35 50 6 14 57 38
Octal 360 160 57 0 65 120 6 24 127 70
Binary 11110000 1110000 101111 0 110101 1010000 110 10100 1010111 111000

Color Harmonies of #F0702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0702F

Black with #F0702F

Text Example


Text Example

White with #F0702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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