Html Css Color HEX #FD521A International Orange

📋 copy color: '#FD521A'

red 253 ◦ green 82 ◦ blue 26

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

Shades of International Orange #FD521A

Tints of International Orange #FD521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 70.08%
G = 22.71%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD521A (or 0xFD521A) is known color: International Orange. HEX triplet: FD, 52 and 1A. RGB value is (253,82,26). Sum of RGB (Red+Green+Blue) = 253+82+26=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD521A is #02ADE5. Grayscale: #7F7F7F. Windows color (decimal): -175590 or 1725181. OLE color: 1725181.

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

Color convert

RGB 253 82 26 -
CMYK 0 0.68 0.90 0.01
HSL 14.8º 0.98% 0.55% -
HSV(B) 14.8º 0.9% 0.99% -
XYZ 43.71 26.99 3.88 -
YUV 126.75 71.15 218.05 -
System Red Green Blue C M Y K H S L
Decimal 253 82 26 0 0.68 0.90 0.01 14.8 0.98 0.55
Hex FD 52 1A 0 44 5A 1 F 62 37
Octal 375 122 32 0 104 132 1 17 142 67
Binary 11111101 1010010 11010 0 1000100 1011010 1 1111 1100010 110111

Color Harmonies of #FD521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD521A

Black with #FD521A

Text Example


Text Example

White with #FD521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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