Html Css Color HEX #FD500D International Orange

📋 copy color: '#FD500D'

red 253 ◦ green 80 ◦ blue 13

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

Shades of International Orange #FD500D

Tints of International Orange #FD500D

RGB

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

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

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

R = 73.12%
G = 23.12%
B = 3.76%

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

#FD500D (or 0xFD500D) is known color: International Orange. HEX triplet: FD, 50 and 0D. RGB value is (253,80,13). Sum of RGB (Red+Green+Blue) = 253+80+13=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD500D is #02AFF2. Grayscale: #7C7C7C. Windows color (decimal): -176115 or 872701. OLE color: 872701.

HSL color Cylindrical-coordinate representation of color #FD500D: hue angle of 16.75º 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 #FD500D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 13 -
CMYK 0 0.68 0.95 0.01
HSL 16.75º 0.98% 0.52% -
HSV(B) 16.75º 0.95% 0.99% -
XYZ 43.45 26.65 3.23 -
YUV 124.09 65.31 219.95 -
System Red Green Blue C M Y K H S L
Decimal 253 80 13 0 0.68 0.95 0.01 16.75 0.98 0.52
Hex FD 50 D 0 44 5F 1 11 62 34
Octal 375 120 15 0 104 137 1 21 142 64
Binary 11111101 1010000 1101 0 1000100 1011111 1 10001 1100010 110100

Color Harmonies of #FD500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD500D

Black with #FD500D

Text Example


Text Example

White with #FD500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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