Html Css Color HEX #F06727 Burnt Orange

📋 copy color: '#F06727'

red 240 ◦ green 103 ◦ blue 39

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

Shades of Burnt Orange #F06727

Tints of Burnt Orange #F06727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

 BLUE value IS 39 (15.63% from 255) = 10.21%

R = 62.83%
G = 26.96%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06727 (or 0xF06727) is known color: Burnt Orange. HEX triplet: F0, 67 and 27. RGB value is (240,103,39). Sum of RGB (Red+Green+Blue) = 240+103+39=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F06727 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06727 is #0F98D8. Grayscale: #898989. Windows color (decimal): -1022169 or 2582512. OLE color: 2582512.

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

Color convert

RGB 240 103 39 -
CMYK 0 0.57 0.84 0.06
HSL 19.1º 0.87% 0.55% -
HSV(B) 19.1º 0.84% 0.94% -
XYZ 41.15 28.37 5.23 -
YUV 136.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 240 103 39 0 0.57 0.84 0.06 19.1 0.87 0.55
Hex F0 67 27 0 39 54 6 13 57 37
Octal 360 147 47 0 71 124 6 23 127 67
Binary 11110000 1100111 100111 0 111001 1010100 110 10011 1010111 110111

Color Harmonies of #F06727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06727

Black with #F06727

Text Example


Text Example

White with #F06727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06727; }

 p { color: rgb(240,103,39); }

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

background-color css

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

 a { background-color: rgb(240,103,39); }

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

border-color css

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

 span { border-color: rgb(240,103,39); }

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