Html Css Color HEX #F96325 Outrageous Orange

📋 copy color: '#F96325'

red 249 ◦ green 99 ◦ blue 37

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

Shades of Outrageous Orange #F96325

Tints of Outrageous Orange #F96325

RGB

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

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

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

R = 64.68%
G = 25.71%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96325 (or 0xF96325) is known color: Outrageous Orange. HEX triplet: F9, 63 and 25. RGB value is (249,99,37). Sum of RGB (Red+Green+Blue) = 249+99+37=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F96325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96325 is #069CDA. Grayscale: #898989. Windows color (decimal): -433371 or 2450425. OLE color: 2450425.

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

Color convert

RGB 249 99 37 -
CMYK 0 0.60 0.85 0.02
HSL 17.55º 0.95% 0.56% -
HSV(B) 17.55º 0.85% 0.98% -
XYZ 43.86 29.2 5.07 -
YUV 136.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 249 99 37 0 0.60 0.85 0.02 17.55 0.95 0.56
Hex F9 63 25 0 3C 55 2 12 5F 38
Octal 371 143 45 0 74 125 2 22 137 70
Binary 11111001 1100011 100101 0 111100 1010101 10 10010 1011111 111000

Color Harmonies of #F96325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96325

Black with #F96325

Text Example


Text Example

White with #F96325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96325; }

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

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

background-color css

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

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

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

border-color css

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

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

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