Html Css Color HEX #FD5305 International Orange

📋 copy color: '#FD5305'

red 253 ◦ green 83 ◦ blue 5

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

Shades of International Orange #FD5305

Tints of International Orange #FD5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 74.19%
G = 24.34%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD5305 (or 0xFD5305) is known color: International Orange. HEX triplet: FD, 53 and 05. RGB value is (253,83,5). Sum of RGB (Red+Green+Blue) = 253+83+5=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5305 is #02ACFA. Grayscale: #7D7D7D. Windows color (decimal): -175355 or 349181. OLE color: 349181.

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

Color convert

RGB 253 83 5 -
CMYK 0 0.67 0.98 0.01
HSL 18.87º 0.98% 0.51% -
HSV(B) 18.87º 0.98% 0.99% -
XYZ 43.63 27.08 3.07 -
YUV 124.94 60.32 219.34 -
System Red Green Blue C M Y K H S L
Decimal 253 83 5 0 0.67 0.98 0.01 18.87 0.98 0.51
Hex FD 53 5 0 43 62 1 13 62 33
Octal 375 123 5 0 103 142 1 23 142 63
Binary 11111101 1010011 101 0 1000011 1100010 1 10011 1100010 110011

Color Harmonies of #FD5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5305

Black with #FD5305

Text Example


Text Example

White with #FD5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5305; }

 p { color: rgb(253,83,5); }

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

background-color css

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

 a { background-color: rgb(253,83,5); }

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

border-color css

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

 span { border-color: rgb(253,83,5); }

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