Html Css Color HEX #F96328 Outrageous Orange

📋 copy color: '#F96328'

red 249 ◦ green 99 ◦ blue 40

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

Shades of Outrageous Orange #F96328

Tints of Outrageous Orange #F96328

RGB

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

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

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

R = 64.18%
G = 25.52%
B = 10.31%

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

#F96328 (or 0xF96328) is known color: Outrageous Orange. HEX triplet: F9, 63 and 28. RGB value is (249,99,40). Sum of RGB (Red+Green+Blue) = 249+99+40=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F96328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96328 is #069CD7. Grayscale: #898989. Windows color (decimal): -433368 or 2647033. OLE color: 2647033.

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

Color convert

RGB 249 99 40 -
CMYK 0 0.60 0.84 0.02
HSL 16.94º 0.95% 0.57% -
HSV(B) 16.94º 0.84% 0.98% -
XYZ 43.91 29.22 5.33 -
YUV 137.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 249 99 40 0 0.60 0.84 0.02 16.94 0.95 0.57
Hex F9 63 28 0 3C 54 2 11 5F 39
Octal 371 143 50 0 74 124 2 21 137 71
Binary 11111001 1100011 101000 0 111100 1010100 10 10001 1011111 111001

Color Harmonies of #F96328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96328

Black with #F96328

Text Example


Text Example

White with #F96328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96328; }

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

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

background-color css

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

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

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

border-color css

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

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

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