Html Css Color HEX #F0752B Burnt Orange

📋 copy color: '#F0752B'

red 240 ◦ green 117 ◦ blue 43

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

Shades of Burnt Orange #F0752B

Tints of Burnt Orange #F0752B

RGB

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

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

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

R = 60%
G = 29.25%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0752B (or 0xF0752B) is known color: Burnt Orange. HEX triplet: F0, 75 and 2B. RGB value is (240,117,43). Sum of RGB (Red+Green+Blue) = 240+117+43=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0752B is #0F8AD4. Grayscale: #919191. Windows color (decimal): -1018581 or 2848240. OLE color: 2848240.

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

Color convert

RGB 240 117 43 -
CMYK 0 0.51 0.82 0.06
HSL 22.54º 0.87% 0.55% -
HSV(B) 22.54º 0.82% 0.94% -
XYZ 42.73 31.42 6.1 -
YUV 145.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 240 117 43 0 0.51 0.82 0.06 22.54 0.87 0.55
Hex F0 75 2B 0 33 52 6 17 57 37
Octal 360 165 53 0 63 122 6 27 127 67
Binary 11110000 1110101 101011 0 110011 1010010 110 10111 1010111 110111

Color Harmonies of #F0752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0752B

Black with #F0752B

Text Example


Text Example

White with #F0752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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