Html Css Color HEX #FD520D International Orange

📋 copy color: '#FD520D'

red 253 ◦ green 82 ◦ blue 13

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

Shades of International Orange #FD520D

Tints of International Orange #FD520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 72.7%
G = 23.56%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD520D (or 0xFD520D) is known color: International Orange. HEX triplet: FD, 52 and 0D. RGB value is (253,82,13). Sum of RGB (Red+Green+Blue) = 253+82+13=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD520D is #02ADF2. Grayscale: #7D7D7D. Windows color (decimal): -175603 or 873213. OLE color: 873213.

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

Color convert

RGB 253 82 13 -
CMYK 0 0.68 0.95 0.01
HSL 17.25º 0.98% 0.52% -
HSV(B) 17.25º 0.95% 0.99% -
XYZ 43.6 26.95 3.28 -
YUV 125.26 64.65 219.11 -
System Red Green Blue C M Y K H S L
Decimal 253 82 13 0 0.68 0.95 0.01 17.25 0.98 0.52
Hex FD 52 D 0 44 5F 1 11 62 34
Octal 375 122 15 0 104 137 1 21 142 64
Binary 11111101 1010010 1101 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FD520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD520D

Black with #FD520D

Text Example


Text Example

White with #FD520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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