Html Css Color HEX #F06D2B Burnt Orange

📋 copy color: '#F06D2B'

red 240 ◦ green 109 ◦ blue 43

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

Shades of Burnt Orange #F06D2B

Tints of Burnt Orange #F06D2B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

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

R = 61.22%
G = 27.81%
B = 10.97%

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

#F06D2B (or 0xF06D2B) is known color: Burnt Orange. HEX triplet: F0, 6D and 2B. RGB value is (240,109,43). Sum of RGB (Red+Green+Blue) = 240+109+43=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D2B is #0F92D4. Grayscale: #8D8D8D. Windows color (decimal): -1020629 or 2846192. OLE color: 2846192.

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

Color convert

RGB 240 109 43 -
CMYK 0 0.55 0.82 0.06
HSL 20.1º 0.87% 0.55% -
HSV(B) 20.1º 0.82% 0.94% -
XYZ 41.84 29.64 5.8 -
YUV 140.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 240 109 43 0 0.55 0.82 0.06 20.1 0.87 0.55
Hex F0 6D 2B 0 37 52 6 14 57 37
Octal 360 155 53 0 67 122 6 24 127 67
Binary 11110000 1101101 101011 0 110111 1010010 110 10100 1010111 110111

Color Harmonies of #F06D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D2B

Black with #F06D2B

Text Example


Text Example

White with #F06D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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