Html Css Color HEX #FF5208 International Orange

📋 copy color: '#FF5208'

red 255 ◦ green 82 ◦ blue 8

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

Shades of International Orange #FF5208

Tints of International Orange #FF5208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 73.91%
G = 23.77%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5208 (or 0xFF5208) is known color: International Orange. HEX triplet: FF, 52 and 08. RGB value is (255,82,8). Sum of RGB (Red+Green+Blue) = 255+82+8=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5208 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5208 is #00ADF7. Grayscale: #7D7D7D. Windows color (decimal): -44536 or 545535. OLE color: 545535.

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

Color convert

RGB 255 82 8 -
CMYK 0 0.68 0.97 0
HSL 17.98º 1% 0.52% -
HSV(B) 17.98º 0.97% 1% -
XYZ 44.3 27.31 3.17 -
YUV 125.29 61.81 220.52 -
System Red Green Blue C M Y K H S L
Decimal 255 82 8 0 0.68 0.97 0 17.98 1 0.52
Hex FF 52 8 0 44 61 0 12 64 34
Octal 377 122 10 0 104 141 0 22 144 64
Binary 11111111 1010010 1000 0 1000100 1100001 0 10010 1100100 110100

Color Harmonies of #FF5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5208

Black with #FF5208

Text Example


Text Example

White with #FF5208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5208; }

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

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

background-color css

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

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

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

border-color css

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

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

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