#FFB254

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

Shades of Koromiko #FFB254

Tints of Koromiko #FFB254

Color information

#FFB254 (or 0xFFB254) is unknown color: approx Koromiko. HEX triplet: FF, B2 and 54. RGB value is (255,178,84). Sum of RGB (Red+Green+Blue) = 255+178+84=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB254 is #004DAB. Grayscale: #BEBEBE. Windows color (decimal): -19884 or 5550847. OLE color: 5550847.

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

Color convert

RGB25517884-
CMYK00.300.670
HSL32.98º100%66.47%-
HSV(B)32.98º67.06%100%-
XYZ58.7653.7415.66-
YUV190.3168.01174.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=49.32%
G=34.43%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551788400.300.67032.9810066.47
HexFFB25401E430216442
Octal377262124036103041144102
Binary111111111011001010101000111101000011010000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB254; }

 p { color: rgb(255,178,84); }

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

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

 a { background-color: rgb(255,178,84); }

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

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

 span { border-color: rgb(255,178,84); }

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