Html Css Color HEX #F9522D Outrageous Orange

📋 copy color: '#F9522D'

red 249 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #F9522D

Tints of Outrageous Orange #F9522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 66.22%
G = 21.81%
B = 11.97%

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

#F9522D (or 0xF9522D) is known color: Outrageous Orange. HEX triplet: F9, 52 and 2D. RGB value is (249,82,45). Sum of RGB (Red+Green+Blue) = 249+82+45=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9522D is #06ADD2. Grayscale: #808080. Windows color (decimal): -437715 or 2970361. OLE color: 2970361.

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

Color convert

RGB 249 82 45 -
CMYK 0 0.67 0.82 0.02
HSL 10.88º 0.94% 0.58% -
HSV(B) 10.88º 0.82% 0.98% -
XYZ 42.56 26.36 5.33 -
YUV 127.72 81.33 214.51 -
System Red Green Blue C M Y K H S L
Decimal 249 82 45 0 0.67 0.82 0.02 10.88 0.94 0.58
Hex F9 52 2D 0 43 52 2 B 5E 3A
Octal 371 122 55 0 103 122 2 13 136 72
Binary 11111001 1010010 101101 0 1000011 1010010 10 1011 1011110 111010

Color Harmonies of #F9522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9522D

Black with #F9522D

Text Example


Text Example

White with #F9522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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