Html Css Color HEX #F06928 Burnt Orange

📋 copy color: '#F06928'

red 240 ◦ green 105 ◦ blue 40

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

Shades of Burnt Orange #F06928

Tints of Burnt Orange #F06928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 62.34%
G = 27.27%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F06928 (or 0xF06928) is known color: Burnt Orange. HEX triplet: F0, 69 and 28. RGB value is (240,105,40). Sum of RGB (Red+Green+Blue) = 240+105+40=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F06928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06928 is #0F96D7. Grayscale: #8A8A8A. Windows color (decimal): -1021656 or 2648560. OLE color: 2648560.

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

Color convert

RGB 240 105 40 -
CMYK 0 0.56 0.83 0.06
HSL 19.5º 0.87% 0.55% -
HSV(B) 19.5º 0.83% 0.94% -
XYZ 41.37 28.78 5.38 -
YUV 137.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 240 105 40 0 0.56 0.83 0.06 19.5 0.87 0.55
Hex F0 69 28 0 38 53 6 14 57 37
Octal 360 151 50 0 70 123 6 24 127 67
Binary 11110000 1101001 101000 0 111000 1010011 110 10100 1010111 110111

Color Harmonies of #F06928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06928

Black with #F06928

Text Example


Text Example

White with #F06928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06928; }

 p { color: rgb(240,105,40); }

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

background-color css

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

 a { background-color: rgb(240,105,40); }

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

border-color css

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

 span { border-color: rgb(240,105,40); }

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