Html Css Color HEX #F0733B Burnt Orange

📋 copy color: '#F0733B'

red 240 ◦ green 115 ◦ blue 59

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

Shades of Burnt Orange #F0733B

Tints of Burnt Orange #F0733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

 BLUE value IS 59 (23.44% from 255) = 14.25%

R = 57.97%
G = 27.78%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0733B (or 0xF0733B) is known color: Burnt Orange. HEX triplet: F0, 73 and 3B. RGB value is (240,115,59). Sum of RGB (Red+Green+Blue) = 240+115+59=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0733B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0733B is #0F8CC4. Grayscale: #929292. Windows color (decimal): -1019077 or 3896304. OLE color: 3896304.

HSL color Cylindrical-coordinate representation of color #F0733B: hue angle of 18.56º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0733B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 59 -
CMYK 0 0.52 0.75 0.06
HSL 18.56º 0.86% 0.59% -
HSV(B) 18.56º 0.75% 0.94% -
XYZ 42.86 31.1 7.88 -
YUV 145.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 240 115 59 0 0.52 0.75 0.06 18.56 0.86 0.59
Hex F0 73 3B 0 34 4B 6 13 56 3B
Octal 360 163 73 0 64 113 6 23 126 73
Binary 11110000 1110011 111011 0 110100 1001011 110 10011 1010110 111011

Color Harmonies of #F0733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0733B

Black with #F0733B

Text Example


Text Example

White with #F0733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0733B; }

 p { color: rgb(240,115,59); }

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

background-color css

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

 a { background-color: rgb(240,115,59); }

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

border-color css

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

 span { border-color: rgb(240,115,59); }

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