Html Css Color HEX #FD5A04 International Orange

📋 copy color: '#FD5A04'

red 253 ◦ green 90 ◦ blue 4

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

Shades of International Orange #FD5A04

Tints of International Orange #FD5A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.94%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 72.91%
G = 25.94%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD5A04 (or 0xFD5A04) is known color: International Orange. HEX triplet: FD, 5A and 04. RGB value is (253,90,4). Sum of RGB (Red+Green+Blue) = 253+90+4=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A04 is #02A5FB. Grayscale: #818181. Windows color (decimal): -173564 or 285437. OLE color: 285437.

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

Color convert

RGB 253 90 4 -
CMYK 0 0.64 0.98 0.01
HSL 20.72º 0.98% 0.5% -
HSV(B) 20.72º 0.98% 0.99% -
XYZ 44.19 28.2 3.23 -
YUV 128.93 57.5 216.49 -
System Red Green Blue C M Y K H S L
Decimal 253 90 4 0 0.64 0.98 0.01 20.72 0.98 0.5
Hex FD 5A 4 0 40 62 1 15 62 32
Octal 375 132 4 0 100 142 1 25 142 62
Binary 11111101 1011010 100 0 1000000 1100010 1 10101 1100010 110010

Color Harmonies of #FD5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A04

Black with #FD5A04

Text Example


Text Example

White with #FD5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A04; }

 p { color: rgb(253,90,4); }

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

background-color css

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

 a { background-color: rgb(253,90,4); }

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

border-color css

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

 span { border-color: rgb(253,90,4); }

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