Html Css Color HEX #FD522A Outrageous Orange

📋 copy color: '#FD522A'

red 253 ◦ green 82 ◦ blue 42

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

Shades of Outrageous Orange #FD522A

Tints of Outrageous Orange #FD522A

RGB

 RED value IS 253 (99.22% from 255) = 67.11%

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

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 67.11%
G = 21.75%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD522A (or 0xFD522A) is known color: Outrageous Orange. HEX triplet: FD, 52 and 2A. RGB value is (253,82,42). Sum of RGB (Red+Green+Blue) = 253+82+42=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD522A is #02ADD5. Grayscale: #808080. Windows color (decimal): -175574 or 2773757. OLE color: 2773757.

HSL color Cylindrical-coordinate representation of color #FD522A: hue angle of 11.37º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD522A is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 82 42 -
CMYK 0 0.68 0.83 0.01
HSL 11.37º 0.98% 0.58% -
HSV(B) 11.37º 0.83% 0.99% -
XYZ 43.94 27.08 5.1 -
YUV 128.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 253 82 42 0 0.68 0.83 0.01 11.37 0.98 0.58
Hex FD 52 2A 0 44 53 1 B 62 3A
Octal 375 122 52 0 104 123 1 13 142 72
Binary 11111101 1010010 101010 0 1000100 1010011 1 1011 1100010 111010

Color Harmonies of #FD522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD522A

Black with #FD522A

Text Example


Text Example

White with #FD522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD522A; }

 p { color: rgb(253,82,42); }

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

background-color css

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

 a { background-color: rgb(253,82,42); }

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

border-color css

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

 span { border-color: rgb(253,82,42); }

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