Html Css Color HEX #FD5001 International Orange

📋 copy color: '#FD5001'

red 253 ◦ green 80 ◦ blue 1

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

Shades of International Orange #FD5001

Tints of International Orange #FD5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 75.75%
G = 23.95%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD5001 (or 0xFD5001) is known color: International Orange. HEX triplet: FD, 50 and 01. RGB value is (253,80,1). Sum of RGB (Red+Green+Blue) = 253+80+1=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5001 is #02AFFE. Grayscale: #7B7B7B. Windows color (decimal): -176127 or 86269. OLE color: 86269.

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

Color convert

RGB 253 80 1 -
CMYK 0 0.68 1.00 0.01
HSL 18.81º 0.99% 0.5% -
HSV(B) 18.81º 1% 0.99% -
XYZ 43.38 26.62 2.88 -
YUV 122.72 59.31 220.92 -
System Red Green Blue C M Y K H S L
Decimal 253 80 1 0 0.68 1.00 0.01 18.81 0.99 0.5
Hex FD 50 1 0 44 64 1 13 63 32
Octal 375 120 1 0 104 144 1 23 143 62
Binary 11111101 1010000 1 0 1000100 1100100 1 10011 1100011 110010

Color Harmonies of #FD5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5001

Black with #FD5001

Text Example


Text Example

White with #FD5001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5001; }

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

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

background-color css

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

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

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

border-color css

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

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

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