Html Css Color HEX #F37130 Burnt Orange

📋 copy color: '#F37130'

red 243 ◦ green 113 ◦ blue 48

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

Shades of Burnt Orange #F37130

Tints of Burnt Orange #F37130

RGB

 RED value IS 243 (95.31% from 255) = 60.15%

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

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

R = 60.15%
G = 27.97%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F37130 (or 0xF37130) is known color: Burnt Orange. HEX triplet: F3, 71 and 30. RGB value is (243,113,48). Sum of RGB (Red+Green+Blue) = 243+113+48=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F37130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37130 is #0C8ECF. Grayscale: #909090. Windows color (decimal): -822992 or 3174899. OLE color: 3174899.

HSL color Cylindrical-coordinate representation of color #F37130: hue angle of 20º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F37130 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 113 48 -
CMYK 0 0.53 0.80 0.05
HSL 20º 0.89% 0.57% -
HSV(B) 20º 0.8% 0.95% -
XYZ 43.4 31.08 6.51 -
YUV 144.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 243 113 48 0 0.53 0.80 0.05 20 0.89 0.57
Hex F3 71 30 0 35 50 5 14 59 39
Octal 363 161 60 0 65 120 5 24 131 71
Binary 11110011 1110001 110000 0 110101 1010000 101 10100 1011001 111001

Color Harmonies of #F37130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37130

Black with #F37130

Text Example


Text Example

White with #F37130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37130; }

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

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

background-color css

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

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

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

border-color css

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

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

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