Html Css Color HEX #F96329 Outrageous Orange

📋 copy color: '#F96329'

red 249 ◦ green 99 ◦ blue 41

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

Shades of Outrageous Orange #F96329

Tints of Outrageous Orange #F96329

RGB

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

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

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

R = 64.01%
G = 25.45%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96329 (or 0xF96329) is known color: Outrageous Orange. HEX triplet: F9, 63 and 29. RGB value is (249,99,41). Sum of RGB (Red+Green+Blue) = 249+99+41=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F96329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96329 is #069CD6. Grayscale: #898989. Windows color (decimal): -433367 or 2712569. OLE color: 2712569.

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

Color convert

RGB 249 99 41 -
CMYK 0 0.60 0.84 0.02
HSL 16.73º 0.95% 0.57% -
HSV(B) 16.73º 0.84% 0.98% -
XYZ 43.93 29.22 5.42 -
YUV 137.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 249 99 41 0 0.60 0.84 0.02 16.73 0.95 0.57
Hex F9 63 29 0 3C 54 2 11 5F 39
Octal 371 143 51 0 74 124 2 21 137 71
Binary 11111001 1100011 101001 0 111100 1010100 10 10001 1011111 111001

Color Harmonies of #F96329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96329

Black with #F96329

Text Example


Text Example

White with #F96329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96329; }

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

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

background-color css

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

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

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

border-color css

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

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

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