Html Css Color HEX #F96228 Outrageous Orange

📋 copy color: '#F96228'

red 249 ◦ green 98 ◦ blue 40

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

Shades of Outrageous Orange #F96228

Tints of Outrageous Orange #F96228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 64.34%
G = 25.32%
B = 10.34%

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

#F96228 (or 0xF96228) is known color: Outrageous Orange. HEX triplet: F9, 62 and 28. RGB value is (249,98,40). Sum of RGB (Red+Green+Blue) = 249+98+40=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F96228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96228 is #069DD7. Grayscale: #888888. Windows color (decimal): -433624 or 2646777. OLE color: 2646777.

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

Color convert

RGB 249 98 40 -
CMYK 0 0.61 0.84 0.02
HSL 16.65º 0.95% 0.57% -
HSV(B) 16.65º 0.84% 0.98% -
XYZ 43.82 29.03 5.3 -
YUV 136.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 249 98 40 0 0.61 0.84 0.02 16.65 0.95 0.57
Hex F9 62 28 0 3D 54 2 11 5F 39
Octal 371 142 50 0 75 124 2 21 137 71
Binary 11111001 1100010 101000 0 111101 1010100 10 10001 1011111 111001

Color Harmonies of #F96228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96228

Black with #F96228

Text Example


Text Example

White with #F96228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96228; }

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

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

background-color css

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

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

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

border-color css

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

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

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