Html Css Color HEX #F07130 Burnt Orange

📋 copy color: '#F07130'

red 240 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #F07130

Tints of Burnt Orange #F07130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 59.85%
G = 28.18%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F07130 (or 0xF07130) is known color: Burnt Orange. HEX triplet: F0, 71 and 30. RGB value is (240,113,48). Sum of RGB (Red+Green+Blue) = 240+113+48=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F07130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07130 is #0F8ECF. Grayscale: #8F8F8F. Windows color (decimal): -1019600 or 3174896. OLE color: 3174896.

HSL color Cylindrical-coordinate representation of color #F07130: hue angle of 20.31º degrees, saturation: 0.86, 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 #F07130 is Cyan = 0, Magento = 0.53, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 48 -
CMYK 0 0.53 0.8 0.06
HSL 20.31º 0.86% 0.56% -
HSV(B) 20.31º 0.8% 0.94% -
XYZ 42.37 30.55 6.46 -
YUV 143.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 240 113 48 0 0.53 0.8 0.06 20.31 0.86 0.56
Hex F0 71 30 0 35 50 6 14 56 38
Octal 360 161 60 0 65 120 6 24 126 70
Binary 11110000 1110001 110000 0 110101 1010000 110 10100 1010110 111000

Color Harmonies of #F07130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07130

Black with #F07130

Text Example


Text Example

White with #F07130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07130; }

 p { color: rgb(240,113,48); }

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

background-color css

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

 a { background-color: rgb(240,113,48); }

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

border-color css

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

 span { border-color: rgb(240,113,48); }

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