Html Css Color HEX #F06B2C Burnt Orange

📋 copy color: '#F06B2C'

red 240 ◦ green 107 ◦ blue 44

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

Shades of Burnt Orange #F06B2C

Tints of Burnt Orange #F06B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

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

R = 61.38%
G = 27.37%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F06B2C (or 0xF06B2C) is known color: Burnt Orange. HEX triplet: F0, 6B and 2C. RGB value is (240,107,44). Sum of RGB (Red+Green+Blue) = 240+107+44=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06B2C is #0F94D3. Grayscale: #8B8B8B. Windows color (decimal): -1021140 or 2911216. OLE color: 2911216.

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

Color convert

RGB 240 107 44 -
CMYK 0 0.55 0.82 0.06
HSL 19.29º 0.87% 0.56% -
HSV(B) 19.29º 0.82% 0.94% -
XYZ 41.65 29.22 5.83 -
YUV 139.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 240 107 44 0 0.55 0.82 0.06 19.29 0.87 0.56
Hex F0 6B 2C 0 37 52 6 13 57 38
Octal 360 153 54 0 67 122 6 23 127 70
Binary 11110000 1101011 101100 0 110111 1010010 110 10011 1010111 111000

Color Harmonies of #F06B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06B2C

Black with #F06B2C

Text Example


Text Example

White with #F06B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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