Html Css Color HEX #F9522C Outrageous Orange

📋 copy color: '#F9522C'

red 249 ◦ green 82 ◦ blue 44

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

Shades of Outrageous Orange #F9522C

Tints of Outrageous Orange #F9522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 66.4%
G = 21.87%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9522C (or 0xF9522C) is known color: Outrageous Orange. HEX triplet: F9, 52 and 2C. RGB value is (249,82,44). Sum of RGB (Red+Green+Blue) = 249+82+44=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9522C is #06ADD3. Grayscale: #7F7F7F. Windows color (decimal): -437716 or 2904825. OLE color: 2904825.

HSL color Cylindrical-coordinate representation of color #F9522C: hue angle of 11.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9522C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 82 44 -
CMYK 0 0.67 0.82 0.02
HSL 11.12º 0.94% 0.57% -
HSV(B) 11.12º 0.82% 0.98% -
XYZ 42.54 26.36 5.23 -
YUV 127.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 249 82 44 0 0.67 0.82 0.02 11.12 0.94 0.57
Hex F9 52 2C 0 43 52 2 B 5E 39
Octal 371 122 54 0 103 122 2 13 136 71
Binary 11111001 1010010 101100 0 1000011 1010010 10 1011 1011110 111001

Color Harmonies of #F9522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9522C

Black with #F9522C

Text Example


Text Example

White with #F9522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9522C; }

 p { color: rgb(249,82,44); }

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

background-color css

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

 a { background-color: rgb(249,82,44); }

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

border-color css

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

 span { border-color: rgb(249,82,44); }

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