Html Css Color HEX #F0702B Burnt Orange

📋 copy color: '#F0702B'

red 240 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #F0702B

Tints of Burnt Orange #F0702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 60.76%
G = 28.35%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0702B (or 0xF0702B) is known color: Burnt Orange. HEX triplet: F0, 70 and 2B. RGB value is (240,112,43). Sum of RGB (Red+Green+Blue) = 240+112+43=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0702B is #0F8FD4. Grayscale: #8E8E8E. Windows color (decimal): -1019861 or 2846960. OLE color: 2846960.

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

Color convert

RGB 240 112 43 -
CMYK 0 0.53 0.82 0.06
HSL 21.02º 0.87% 0.55% -
HSV(B) 21.02º 0.82% 0.94% -
XYZ 42.17 30.29 5.91 -
YUV 142.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 240 112 43 0 0.53 0.82 0.06 21.02 0.87 0.55
Hex F0 70 2B 0 35 52 6 15 57 37
Octal 360 160 53 0 65 122 6 25 127 67
Binary 11110000 1110000 101011 0 110101 1010010 110 10101 1010111 110111

Color Harmonies of #F0702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0702B

Black with #F0702B

Text Example


Text Example

White with #F0702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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