#ffb455

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

Shades of Koromiko #FFB455

Tints of Koromiko #FFB455

Color information

#FFB455 (or 0xFFB455) is unknown color: approx Koromiko. HEX triplet: FF, B4 and 55. RGB value is (255,180,85). Sum of RGB (Red+Green+Blue) = 255+180+85=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB455 is #004BAA. Grayscale: #C0C0C0. Windows color (decimal): -19371 or 5616895. OLE color: 5616895.

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

Color convert

RGB25518085-
CMYK00.290.670
HSL33.53º100%66.67%-
HSV(B)33.53º66.67%100%-
XYZ59.254.5616-
YUV191.5967.85173.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 85 (33.59% from 255) = 16.35%
R=49.04%
G=34.62%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551808500.290.67033.5310066.67
HexFFB45501D430226443
Octal377264125035103042144103
Binary111111111011010010101010111011000011010001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb455; }

 p { color: rgb(255,180,85); }

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

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

 a { background-color: rgb(255,180,85); }

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

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

 span { border-color: rgb(255,180,85); }

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