Html Css Color HEX #FD6020 Outrageous Orange

📋 copy color: '#FD6020'

red 253 ◦ green 96 ◦ blue 32

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

Shades of Outrageous Orange #FD6020

Tints of Outrageous Orange #FD6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

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

R = 66.4%
G = 25.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD6020 (or 0xFD6020) is known color: Outrageous Orange. HEX triplet: FD, 60 and 20. RGB value is (253,96,32). Sum of RGB (Red+Green+Blue) = 253+96+32=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6020 is #029FDF. Grayscale: #888888. Windows color (decimal): -172000 or 2121981. OLE color: 2121981.

HSL color Cylindrical-coordinate representation of color #FD6020: hue angle of 17.38º 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 #FD6020 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 32 -
CMYK 0 0.62 0.87 0.01
HSL 17.38º 0.98% 0.56% -
HSV(B) 17.38º 0.87% 0.99% -
XYZ 44.95 29.35 4.66 -
YUV 135.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 253 96 32 0 0.62 0.87 0.01 17.38 0.98 0.56
Hex FD 60 20 0 3E 57 1 11 62 38
Octal 375 140 40 0 76 127 1 21 142 70
Binary 11111101 1100000 100000 0 111110 1010111 1 10001 1100010 111000

Color Harmonies of #FD6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6020

Black with #FD6020

Text Example


Text Example

White with #FD6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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