Html Css Color HEX #F0742C Burnt Orange

📋 copy color: '#F0742C'

red 240 ◦ green 116 ◦ blue 44

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

Shades of Burnt Orange #F0742C

Tints of Burnt Orange #F0742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

 BLUE value IS 44 (17.58% from 255) = 11%

R = 60%
G = 29%
B = 11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0742C (or 0xF0742C) is known color: Burnt Orange. HEX triplet: F0, 74 and 2C. RGB value is (240,116,44). Sum of RGB (Red+Green+Blue) = 240+116+44=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0742C is #0F8BD3. Grayscale: #919191. Windows color (decimal): -1018836 or 2913520. OLE color: 2913520.

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

Color convert

RGB 240 116 44 -
CMYK 0 0.52 0.82 0.06
HSL 22.04º 0.87% 0.56% -
HSV(B) 22.04º 0.82% 0.94% -
XYZ 42.64 31.2 6.16 -
YUV 144.87 71.08 195.85 -
System Red Green Blue C M Y K H S L
Decimal 240 116 44 0 0.52 0.82 0.06 22.04 0.87 0.56
Hex F0 74 2C 0 34 52 6 16 57 38
Octal 360 164 54 0 64 122 6 26 127 70
Binary 11110000 1110100 101100 0 110100 1010010 110 10110 1010111 111000

Color Harmonies of #F0742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0742C

Black with #F0742C

Text Example


Text Example

White with #F0742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0742C; }

 p { color: rgb(240,116,44); }

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

background-color css

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

 a { background-color: rgb(240,116,44); }

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

border-color css

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

 span { border-color: rgb(240,116,44); }

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