Html Css Color HEX #F96825 Burnt Orange

📋 copy color: '#F96825'

red 249 ◦ green 104 ◦ blue 37

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

Shades of Burnt Orange #F96825

Tints of Burnt Orange #F96825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 63.85%
G = 26.67%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96825 (or 0xF96825) is known color: Burnt Orange. HEX triplet: F9, 68 and 25. RGB value is (249,104,37). Sum of RGB (Red+Green+Blue) = 249+104+37=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F96825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96825 is #0697DA. Grayscale: #8C8C8C. Windows color (decimal): -432091 or 2451705. OLE color: 2451705.

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

Color convert

RGB 249 104 37 -
CMYK 0 0.58 0.85 0.02
HSL 18.96º 0.95% 0.56% -
HSV(B) 18.96º 0.85% 0.98% -
XYZ 44.35 30.17 5.24 -
YUV 139.72 70.04 205.95 -
System Red Green Blue C M Y K H S L
Decimal 249 104 37 0 0.58 0.85 0.02 18.96 0.95 0.56
Hex F9 68 25 0 3A 55 2 13 5F 38
Octal 371 150 45 0 72 125 2 23 137 70
Binary 11111001 1101000 100101 0 111010 1010101 10 10011 1011111 111000

Color Harmonies of #F96825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96825

Black with #F96825

Text Example


Text Example

White with #F96825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96825; }

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

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

background-color css

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

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

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

border-color css

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

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

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