Html Css Color HEX #FD5302 International Orange

📋 copy color: '#FD5302'

red 253 ◦ green 83 ◦ blue 2

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

Shades of International Orange #FD5302

Tints of International Orange #FD5302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 74.85%
G = 24.56%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD5302 (or 0xFD5302) is known color: International Orange. HEX triplet: FD, 53 and 02. RGB value is (253,83,2). Sum of RGB (Red+Green+Blue) = 253+83+2=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5302 is #02ACFD. Grayscale: #7D7D7D. Windows color (decimal): -175358 or 152573. OLE color: 152573.

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

Color convert

RGB 253 83 2 -
CMYK 0 0.67 0.99 0.01
HSL 19.36º 0.98% 0.5% -
HSV(B) 19.36º 0.99% 0.99% -
XYZ 43.61 27.07 2.98 -
YUV 124.6 58.82 219.59 -
System Red Green Blue C M Y K H S L
Decimal 253 83 2 0 0.67 0.99 0.01 19.36 0.98 0.5
Hex FD 53 2 0 43 63 1 13 62 32
Octal 375 123 2 0 103 143 1 23 142 62
Binary 11111101 1010011 10 0 1000011 1100011 1 10011 1100010 110010

Color Harmonies of #FD5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5302

Black with #FD5302

Text Example


Text Example

White with #FD5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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