Html Css Color HEX #FF5205 International Orange

📋 copy color: '#FF5205'

red 255 ◦ green 82 ◦ blue 5

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

Shades of International Orange #FF5205

Tints of International Orange #FF5205

RGB

 RED value IS 255 (100% from 255) = 74.56%

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

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

R = 74.56%
G = 23.98%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5205 (or 0xFF5205) is known color: International Orange. HEX triplet: FF, 52 and 05. RGB value is (255,82,5). Sum of RGB (Red+Green+Blue) = 255+82+5=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5205 is #00ADFA. Grayscale: #7D7D7D. Windows color (decimal): -44539 or 348927. OLE color: 348927.

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

Color convert

RGB 255 82 5 -
CMYK 0 0.68 0.98 0
HSL 18.48º 1% 0.51% -
HSV(B) 18.48º 0.98% 1% -
XYZ 44.28 27.31 3.08 -
YUV 124.95 60.31 220.76 -
System Red Green Blue C M Y K H S L
Decimal 255 82 5 0 0.68 0.98 0 18.48 1 0.51
Hex FF 52 5 0 44 62 0 12 64 33
Octal 377 122 5 0 104 142 0 22 144 63
Binary 11111111 1010010 101 0 1000100 1100010 0 10010 1100100 110011

Color Harmonies of #FF5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5205

Black with #FF5205

Text Example


Text Example

White with #FF5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5205; }

 p { color: rgb(255,82,5); }

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

background-color css

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

 a { background-color: rgb(255,82,5); }

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

border-color css

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

 span { border-color: rgb(255,82,5); }

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