Html Css Color HEX #F96830 Burnt Orange

📋 copy color: '#F96830'

red 249 ◦ green 104 ◦ blue 48

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

Shades of Burnt Orange #F96830

Tints of Burnt Orange #F96830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 62.09%
G = 25.94%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F96830 (or 0xF96830) is known color: Burnt Orange. HEX triplet: F9, 68 and 30. RGB value is (249,104,48). Sum of RGB (Red+Green+Blue) = 249+104+48=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96830 is #0697CF. Grayscale: #8D8D8D. Windows color (decimal): -432080 or 3172601. OLE color: 3172601.

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

Color convert

RGB 249 104 48 -
CMYK 0 0.58 0.81 0.02
HSL 16.72º 0.94% 0.58% -
HSV(B) 16.72º 0.81% 0.98% -
XYZ 44.55 30.25 6.29 -
YUV 140.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 249 104 48 0 0.58 0.81 0.02 16.72 0.94 0.58
Hex F9 68 30 0 3A 51 2 11 5E 3A
Octal 371 150 60 0 72 121 2 21 136 72
Binary 11111001 1101000 110000 0 111010 1010001 10 10001 1011110 111010

Color Harmonies of #F96830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96830

Black with #F96830

Text Example


Text Example

White with #F96830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96830; }

 p { color: rgb(249,104,48); }

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

background-color css

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

 a { background-color: rgb(249,104,48); }

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

border-color css

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

 span { border-color: rgb(249,104,48); }

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