Html Css Color HEX #F96532 Outrageous Orange

📋 copy color: '#F96532'

red 249 ◦ green 101 ◦ blue 50

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

Shades of Outrageous Orange #F96532

Tints of Outrageous Orange #F96532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 62.25%
G = 25.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F96532 (or 0xF96532) is known color: Outrageous Orange. HEX triplet: F9, 65 and 32. RGB value is (249,101,50). Sum of RGB (Red+Green+Blue) = 249+101+50=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96532 is #069ACD. Grayscale: #8B8B8B. Windows color (decimal): -432846 or 3302905. OLE color: 3302905.

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

Color convert

RGB 249 101 50 -
CMYK 0 0.59 0.80 0.02
HSL 15.38º 0.94% 0.59% -
HSV(B) 15.38º 0.8% 0.98% -
XYZ 44.3 29.68 6.41 -
YUV 139.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 249 101 50 0 0.59 0.80 0.02 15.38 0.94 0.59
Hex F9 65 32 0 3B 50 2 F 5E 3B
Octal 371 145 62 0 73 120 2 17 136 73
Binary 11111001 1100101 110010 0 111011 1010000 10 1111 1011110 111011

Color Harmonies of #F96532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96532

Black with #F96532

Text Example


Text Example

White with #F96532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96532; }

 p { color: rgb(249,101,50); }

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

background-color css

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

 a { background-color: rgb(249,101,50); }

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

border-color css

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

 span { border-color: rgb(249,101,50); }

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