Html Css Color HEX #F06828 Burnt Orange

📋 copy color: '#F06828'

red 240 ◦ green 104 ◦ blue 40

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

Shades of Burnt Orange #F06828

Tints of Burnt Orange #F06828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

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

R = 62.5%
G = 27.08%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F06828 (or 0xF06828) is known color: Burnt Orange. HEX triplet: F0, 68 and 28. RGB value is (240,104,40). Sum of RGB (Red+Green+Blue) = 240+104+40=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F06828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06828 is #0F97D7. Grayscale: #898989. Windows color (decimal): -1021912 or 2648304. OLE color: 2648304.

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

Color convert

RGB 240 104 40 -
CMYK 0 0.57 0.83 0.06
HSL 19.2º 0.87% 0.55% -
HSV(B) 19.2º 0.83% 0.94% -
XYZ 41.27 28.58 5.35 -
YUV 137.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 240 104 40 0 0.57 0.83 0.06 19.2 0.87 0.55
Hex F0 68 28 0 39 53 6 13 57 37
Octal 360 150 50 0 71 123 6 23 127 67
Binary 11110000 1101000 101000 0 111001 1010011 110 10011 1010111 110111

Color Harmonies of #F06828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06828

Black with #F06828

Text Example


Text Example

White with #F06828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06828; }

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

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

background-color css

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

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

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

border-color css

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

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

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