Html Css Color HEX #F96333 Outrageous Orange

📋 copy color: '#F96333'

red 249 ◦ green 99 ◦ blue 51

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

Shades of Outrageous Orange #F96333

Tints of Outrageous Orange #F96333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 62.41%
G = 24.81%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96333 (or 0xF96333) is known color: Outrageous Orange. HEX triplet: F9, 63 and 33. RGB value is (249,99,51). Sum of RGB (Red+Green+Blue) = 249+99+51=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F96333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96333 is #069CCC. Grayscale: #8A8A8A. Windows color (decimal): -433357 or 3367929. OLE color: 3367929.

HSL color Cylindrical-coordinate representation of color #F96333: hue angle of 14.55º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96333 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 51 -
CMYK 0 0.60 0.80 0.02
HSL 14.55º 0.94% 0.59% -
HSV(B) 14.55º 0.8% 0.98% -
XYZ 44.13 29.3 6.46 -
YUV 138.38 78.7 206.9 -
System Red Green Blue C M Y K H S L
Decimal 249 99 51 0 0.60 0.80 0.02 14.55 0.94 0.59
Hex F9 63 33 0 3C 50 2 F 5E 3B
Octal 371 143 63 0 74 120 2 17 136 73
Binary 11111001 1100011 110011 0 111100 1010000 10 1111 1011110 111011

Color Harmonies of #F96333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96333

Black with #F96333

Text Example


Text Example

White with #F96333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96333; }

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

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

background-color css

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

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

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

border-color css

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

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

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