Html Css Color HEX #F96323 Burnt Orange

📋 copy color: '#F96323'

red 249 ◦ green 99 ◦ blue 35

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

Shades of Burnt Orange #F96323

Tints of Burnt Orange #F96323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 65.01%
G = 25.85%
B = 9.14%

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

#F96323 (or 0xF96323) is known color: Burnt Orange. HEX triplet: F9, 63 and 23. RGB value is (249,99,35). Sum of RGB (Red+Green+Blue) = 249+99+35=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F96323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96323 is #069CDC. Grayscale: #888888. Windows color (decimal): -433373 or 2319353. OLE color: 2319353.

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

Color convert

RGB 249 99 35 -
CMYK 0 0.60 0.86 0.02
HSL 17.94º 0.95% 0.56% -
HSV(B) 17.94º 0.86% 0.98% -
XYZ 43.83 29.18 4.91 -
YUV 136.55 70.7 208.2 -
System Red Green Blue C M Y K H S L
Decimal 249 99 35 0 0.60 0.86 0.02 17.94 0.95 0.56
Hex F9 63 23 0 3C 56 2 12 5F 38
Octal 371 143 43 0 74 126 2 22 137 70
Binary 11111001 1100011 100011 0 111100 1010110 10 10010 1011111 111000

Color Harmonies of #F96323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96323

Black with #F96323

Text Example


Text Example

White with #F96323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96323; }

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

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

background-color css

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

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

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

border-color css

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

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

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