Html Css Color HEX #F96928 Burnt Orange

📋 copy color: '#F96928'

red 249 ◦ green 105 ◦ blue 40

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

Shades of Burnt Orange #F96928

Tints of Burnt Orange #F96928

RGB

 RED value IS 249 (97.66% from 255) = 63.2%

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

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

R = 63.2%
G = 26.65%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96928 (or 0xF96928) is known color: Burnt Orange. HEX triplet: F9, 69 and 28. RGB value is (249,105,40). Sum of RGB (Red+Green+Blue) = 249+105+40=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 40 (16.02% from 255 or 10.15% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F96928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96928 is #0696D7. Grayscale: #8D8D8D. Windows color (decimal): -431832 or 2648569. OLE color: 2648569.

HSL color Cylindrical-coordinate representation of color #F96928: hue angle of 18.66º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F96928 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 40 -
CMYK 0 0.58 0.84 0.02
HSL 18.66º 0.95% 0.57% -
HSV(B) 18.66º 0.84% 0.98% -
XYZ 44.5 30.4 5.53 -
YUV 140.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 249 105 40 0 0.58 0.84 0.02 18.66 0.95 0.57
Hex F9 69 28 0 3A 54 2 13 5F 39
Octal 371 151 50 0 72 124 2 23 137 71
Binary 11111001 1101001 101000 0 111010 1010100 10 10011 1011111 111001

Color Harmonies of #F96928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96928

Black with #F96928

Text Example


Text Example

White with #F96928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96928; }

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

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

background-color css

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

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

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

border-color css

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

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

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