Html Css Color HEX #FF5206 International Orange

📋 copy color: '#FF5206'

red 255 ◦ green 82 ◦ blue 6

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

Shades of International Orange #FF5206

Tints of International Orange #FF5206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 74.34%
G = 23.91%
B = 1.75%

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

#FF5206 (or 0xFF5206) is known color: International Orange. HEX triplet: FF, 52 and 06. RGB value is (255,82,6). Sum of RGB (Red+Green+Blue) = 255+82+6=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5206 is #00ADF9. Grayscale: #7D7D7D. Windows color (decimal): -44538 or 414463. OLE color: 414463.

HSL color Cylindrical-coordinate representation of color #FF5206: hue angle of 18.31º 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 #FF5206 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 6 -
CMYK 0 0.68 0.98 0
HSL 18.31º 1% 0.51% -
HSV(B) 18.31º 0.98% 1% -
XYZ 44.29 27.31 3.11 -
YUV 125.06 60.81 220.68 -
System Red Green Blue C M Y K H S L
Decimal 255 82 6 0 0.68 0.98 0 18.31 1 0.51
Hex FF 52 6 0 44 62 0 12 64 33
Octal 377 122 6 0 104 142 0 22 144 63
Binary 11111111 1010010 110 0 1000100 1100010 0 10010 1100100 110011

Color Harmonies of #FF5206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5206

Black with #FF5206

Text Example


Text Example

White with #FF5206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5206; }

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

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

background-color css

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

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

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

border-color css

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

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

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