Html Css Color HEX #FF5106 International Orange

📋 copy color: '#FF5106'

red 255 ◦ green 81 ◦ blue 6

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

Shades of International Orange #FF5106

Tints of International Orange #FF5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 74.56%
G = 23.68%
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

#FF5106 (or 0xFF5106) is known color: International Orange. HEX triplet: FF, 51 and 06. RGB value is (255,81,6). Sum of RGB (Red+Green+Blue) = 255+81+6=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5106 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5106 is #00AEF9. Grayscale: #7C7C7C. Windows color (decimal): -44794 or 414207. OLE color: 414207.

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

Color convert

RGB 255 81 6 -
CMYK 0 0.68 0.98 0
HSL 18.07º 1% 0.51% -
HSV(B) 18.07º 0.98% 1% -
XYZ 44.22 27.16 3.08 -
YUV 124.48 61.15 221.1 -
System Red Green Blue C M Y K H S L
Decimal 255 81 6 0 0.68 0.98 0 18.07 1 0.51
Hex FF 51 6 0 44 62 0 12 64 33
Octal 377 121 6 0 104 142 0 22 144 63
Binary 11111111 1010001 110 0 1000100 1100010 0 10010 1100100 110011

Color Harmonies of #FF5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5106

Black with #FF5106

Text Example


Text Example

White with #FF5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5106; }

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

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

background-color css

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

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

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

border-color css

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

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

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