#FFB850

Color #FFB850 Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FFB850

Tints of Koromiko #FFB850

Color information

#FFB850 (or 0xFFB850) is unknown color: approx Koromiko. HEX triplet: FF, B8 and 50. RGB value is (255,184,80). Sum of RGB (Red+Green+Blue) = 255+184+80=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB850 is #0047AF. Grayscale: #C1C1C1. Windows color (decimal): -18352 or 5290239. OLE color: 5290239.

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

Color convert

RGB25518480-
CMYK00.280.690
HSL35.66º100%65.69%-
HSV(B)35.66º68.63%100%-
XYZ59.8356.1215.27-
YUV193.3764.02171.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 80 (31.64% from 255) = 15.41%
R=49.13%
G=35.45%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551848000.280.69035.6610065.69
HexFFB85001C450246442
Octal377270120034105044144102
Binary111111111011100010100000111001000101010010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB850; }

 p { color: rgb(255,184,80); }

 H1.HeaderClassName
 {
   color: #FFB850;
 }
 .AnyTagClassName
 {
   color: #FFB850;
 }
</style>
background-color css

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

 a { background-color: rgb(255,184,80); }

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

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

 span { border-color: rgb(255,184,80); }

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