Html Css Color HEX #FD521C International Orange

📋 copy color: '#FD521C'

red 253 ◦ green 82 ◦ blue 28

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

Shades of International Orange #FD521C

Tints of International Orange #FD521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 69.7%
G = 22.59%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD521C (or 0xFD521C) is known color: International Orange. HEX triplet: FD, 52 and 1C. RGB value is (253,82,28). Sum of RGB (Red+Green+Blue) = 253+82+28=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD521C is #02ADE3. Grayscale: #7F7F7F. Windows color (decimal): -175588 or 1856253. OLE color: 1856253.

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

Color convert

RGB 253 82 28 -
CMYK 0 0.68 0.89 0.01
HSL 14.4º 0.98% 0.55% -
HSV(B) 14.4º 0.89% 0.99% -
XYZ 43.73 27 4.01 -
YUV 126.97 72.15 217.89 -
System Red Green Blue C M Y K H S L
Decimal 253 82 28 0 0.68 0.89 0.01 14.4 0.98 0.55
Hex FD 52 1C 0 44 59 1 E 62 37
Octal 375 122 34 0 104 131 1 16 142 67
Binary 11111101 1010010 11100 0 1000100 1011001 1 1110 1100010 110111

Color Harmonies of #FD521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD521C

Black with #FD521C

Text Example


Text Example

White with #FD521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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