Html Css Color HEX #F96525 Burnt Orange

📋 copy color: '#F96525'

red 249 ◦ green 101 ◦ blue 37

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

Shades of Burnt Orange #F96525

Tints of Burnt Orange #F96525

RGB

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

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

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

R = 64.34%
G = 26.1%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96525 (or 0xF96525) is known color: Burnt Orange. HEX triplet: F9, 65 and 25. RGB value is (249,101,37). Sum of RGB (Red+Green+Blue) = 249+101+37=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F96525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96525 is #069ADA. Grayscale: #8A8A8A. Windows color (decimal): -432859 or 2450937. OLE color: 2450937.

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

Color convert

RGB 249 101 37 -
CMYK 0 0.59 0.85 0.02
HSL 18.11º 0.95% 0.56% -
HSV(B) 18.11º 0.85% 0.98% -
XYZ 44.05 29.58 5.14 -
YUV 137.96 71.03 207.2 -
System Red Green Blue C M Y K H S L
Decimal 249 101 37 0 0.59 0.85 0.02 18.11 0.95 0.56
Hex F9 65 25 0 3B 55 2 12 5F 38
Octal 371 145 45 0 73 125 2 22 137 70
Binary 11111001 1100101 100101 0 111011 1010101 10 10010 1011111 111000

Color Harmonies of #F96525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96525

Black with #F96525

Text Example


Text Example

White with #F96525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96525; }

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

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

background-color css

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

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

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

border-color css

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

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

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