Html Css Color HEX #FD5020 Outrageous Orange

📋 copy color: '#FD5020'

red 253 ◦ green 80 ◦ blue 32

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

Shades of Outrageous Orange #FD5020

Tints of Outrageous Orange #FD5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 69.32%
G = 21.92%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD5020 (or 0xFD5020) is known color: Outrageous Orange. HEX triplet: FD, 50 and 20. RGB value is (253,80,32). Sum of RGB (Red+Green+Blue) = 253+80+32=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5020 is #02AFDF. Grayscale: #7E7E7E. Windows color (decimal): -176096 or 2117885. OLE color: 2117885.

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

Color convert

RGB 253 80 32 -
CMYK 0 0.68 0.87 0.01
HSL 13.03º 0.98% 0.56% -
HSV(B) 13.03º 0.87% 0.99% -
XYZ 43.64 26.72 4.22 -
YUV 126.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 253 80 32 0 0.68 0.87 0.01 13.03 0.98 0.56
Hex FD 50 20 0 44 57 1 D 62 38
Octal 375 120 40 0 104 127 1 15 142 70
Binary 11111101 1010000 100000 0 1000100 1010111 1 1101 1100010 111000

Color Harmonies of #FD5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5020

Black with #FD5020

Text Example


Text Example

White with #FD5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5020; }

 p { color: rgb(253,80,32); }

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

background-color css

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

 a { background-color: rgb(253,80,32); }

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

border-color css

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

 span { border-color: rgb(253,80,32); }

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