Html Css Color HEX #F96225 Outrageous Orange

📋 copy color: '#F96225'

red 249 ◦ green 98 ◦ blue 37

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

Shades of Outrageous Orange #F96225

Tints of Outrageous Orange #F96225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

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

R = 64.84%
G = 25.52%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F96225 (or 0xF96225) is known color: Outrageous Orange. HEX triplet: F9, 62 and 25. RGB value is (249,98,37). Sum of RGB (Red+Green+Blue) = 249+98+37=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F96225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96225 is #069DDA. Grayscale: #888888. Windows color (decimal): -433627 or 2450169. OLE color: 2450169.

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

Color convert

RGB 249 98 37 -
CMYK 0 0.61 0.85 0.02
HSL 17.26º 0.95% 0.56% -
HSV(B) 17.26º 0.85% 0.98% -
XYZ 43.77 29.01 5.04 -
YUV 136.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 249 98 37 0 0.61 0.85 0.02 17.26 0.95 0.56
Hex F9 62 25 0 3D 55 2 11 5F 38
Octal 371 142 45 0 75 125 2 21 137 70
Binary 11111001 1100010 100101 0 111101 1010101 10 10001 1011111 111000

Color Harmonies of #F96225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96225

Black with #F96225

Text Example


Text Example

White with #F96225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96225; }

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

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

background-color css

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

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

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

border-color css

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

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

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