Html Css Color HEX #F07530 Burnt Orange

📋 copy color: '#F07530'

red 240 ◦ green 117 ◦ blue 48

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

Shades of Burnt Orange #F07530

Tints of Burnt Orange #F07530

RGB

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

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

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

R = 59.26%
G = 28.89%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F07530 (or 0xF07530) is known color: Burnt Orange. HEX triplet: F0, 75 and 30. RGB value is (240,117,48). Sum of RGB (Red+Green+Blue) = 240+117+48=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F07530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07530 is #0F8ACF. Grayscale: #929292. Windows color (decimal): -1018576 or 3175920. OLE color: 3175920.

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

Color convert

RGB 240 117 48 -
CMYK 0 0.51 0.8 0.06
HSL 21.56º 0.86% 0.56% -
HSV(B) 21.56º 0.8% 0.94% -
XYZ 42.83 31.46 6.61 -
YUV 145.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 240 117 48 0 0.51 0.8 0.06 21.56 0.86 0.56
Hex F0 75 30 0 33 50 6 16 56 38
Octal 360 165 60 0 63 120 6 26 126 70
Binary 11110000 1110101 110000 0 110011 1010000 110 10110 1010110 111000

Color Harmonies of #F07530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07530

Black with #F07530

Text Example


Text Example

White with #F07530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07530; }

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

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

background-color css

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

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

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

border-color css

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

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

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