Html Css Color HEX #F96322 Burnt Orange

📋 copy color: '#F96322'

red 249 ◦ green 99 ◦ blue 34

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

Shades of Burnt Orange #F96322

Tints of Burnt Orange #F96322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.92%

 BLUE value IS 34 (13.67% from 255) = 8.9%

R = 65.18%
G = 25.92%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96322 (or 0xF96322) is known color: Burnt Orange. HEX triplet: F9, 63 and 22. RGB value is (249,99,34). Sum of RGB (Red+Green+Blue) = 249+99+34=382 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.18% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 249 - color contains mainly: red. Hex color #F96322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96322 is #069CDD. Grayscale: #888888. Windows color (decimal): -433374 or 2253817. OLE color: 2253817.

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

Color convert

RGB 249 99 34 -
CMYK 0 0.60 0.86 0.02
HSL 18.14º 0.95% 0.55% -
HSV(B) 18.14º 0.86% 0.98% -
XYZ 43.82 29.18 4.84 -
YUV 136.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 249 99 34 0 0.60 0.86 0.02 18.14 0.95 0.55
Hex F9 63 22 0 3C 56 2 12 5F 37
Octal 371 143 42 0 74 126 2 22 137 67
Binary 11111001 1100011 100010 0 111100 1010110 10 10010 1011111 110111

Color Harmonies of #F96322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96322

Black with #F96322

Text Example


Text Example

White with #F96322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96322; }

 p { color: rgb(249,99,34); }

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

background-color css

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

 a { background-color: rgb(249,99,34); }

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

border-color css

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

 span { border-color: rgb(249,99,34); }

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