Html Css Color HEX #F96229 Outrageous Orange

📋 copy color: '#F96229'

red 249 ◦ green 98 ◦ blue 41

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

Shades of Outrageous Orange #F96229

Tints of Outrageous Orange #F96229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.57%

R = 64.18%
G = 25.26%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96229 (or 0xF96229) is known color: Outrageous Orange. HEX triplet: F9, 62 and 29. RGB value is (249,98,41). Sum of RGB (Red+Green+Blue) = 249+98+41=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F96229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96229 is #069DD6. Grayscale: #898989. Windows color (decimal): -433623 or 2712313. OLE color: 2712313.

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

Color convert

RGB 249 98 41 -
CMYK 0 0.61 0.84 0.02
HSL 16.44º 0.95% 0.57% -
HSV(B) 16.44º 0.84% 0.98% -
XYZ 43.83 29.04 5.39 -
YUV 136.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 249 98 41 0 0.61 0.84 0.02 16.44 0.95 0.57
Hex F9 62 29 0 3D 54 2 10 5F 39
Octal 371 142 51 0 75 124 2 20 137 71
Binary 11111001 1100010 101001 0 111101 1010100 10 10000 1011111 111001

Color Harmonies of #F96229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96229

Black with #F96229

Text Example


Text Example

White with #F96229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96229; }

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

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

background-color css

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

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

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

border-color css

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

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

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