Html Css Color HEX #FF5201 International Orange

📋 copy color: '#FF5201'

red 255 ◦ green 82 ◦ blue 1

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

Shades of International Orange #FF5201

Tints of International Orange #FF5201

RGB

 RED value IS 255 (100% from 255) = 75.44%

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

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

R = 75.44%
G = 24.26%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF5201 (or 0xFF5201) is known color: International Orange. HEX triplet: FF, 52 and 01. RGB value is (255,82,1). Sum of RGB (Red+Green+Blue) = 255+82+1=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5201 is #00ADFE. Grayscale: #7C7C7C. Windows color (decimal): -44543 or 86783. OLE color: 86783.

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

Color convert

RGB 255 82 1 -
CMYK 0 0.68 1.00 0
HSL 19.13º 1% 0.5% -
HSV(B) 19.13º 1% 1% -
XYZ 44.26 27.3 2.96 -
YUV 124.49 58.31 221.09 -
System Red Green Blue C M Y K H S L
Decimal 255 82 1 0 0.68 1.00 0 19.13 1 0.5
Hex FF 52 1 0 44 64 0 13 64 32
Octal 377 122 1 0 104 144 0 23 144 62
Binary 11111111 1010010 1 0 1000100 1100100 0 10011 1100100 110010

Color Harmonies of #FF5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5201

Black with #FF5201

Text Example


Text Example

White with #FF5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5201; }

 p { color: rgb(255,82,1); }

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

background-color css

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

 a { background-color: rgb(255,82,1); }

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

border-color css

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

 span { border-color: rgb(255,82,1); }

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