Html Css Color HEX #F96523 Burnt Orange

📋 copy color: '#F96523'

red 249 ◦ green 101 ◦ blue 35

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

Shades of Burnt Orange #F96523

Tints of Burnt Orange #F96523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 64.68%
G = 26.23%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96523 (or 0xF96523) is known color: Burnt Orange. HEX triplet: F9, 65 and 23. RGB value is (249,101,35). Sum of RGB (Red+Green+Blue) = 249+101+35=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F96523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96523 is #069ADC. Grayscale: #8A8A8A. Windows color (decimal): -432861 or 2319865. OLE color: 2319865.

HSL color Cylindrical-coordinate representation of color #F96523: hue angle of 18.5º 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 #F96523 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 101 35 -
CMYK 0 0.59 0.86 0.02
HSL 18.5º 0.95% 0.56% -
HSV(B) 18.5º 0.86% 0.98% -
XYZ 44.02 29.57 4.98 -
YUV 137.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 249 101 35 0 0.59 0.86 0.02 18.5 0.95 0.56
Hex F9 65 23 0 3B 56 2 13 5F 38
Octal 371 145 43 0 73 126 2 23 137 70
Binary 11111001 1100101 100011 0 111011 1010110 10 10011 1011111 111000

Color Harmonies of #F96523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96523

Black with #F96523

Text Example


Text Example

White with #F96523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96523; }

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

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

background-color css

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

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

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

border-color css

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

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

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