#FFBB5A

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

Shades of Koromiko #FFBB5A

Tints of Koromiko #FFBB5A

Color information

#FFBB5A (or 0xFFBB5A) is unknown color: approx Koromiko. HEX triplet: FF, BB and 5A. RGB value is (255,187,90). Sum of RGB (Red+Green+Blue) = 255+187+90=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB5A is #0044A5. Grayscale: #C4C4C4. Windows color (decimal): -17574 or 5946367. OLE color: 5946367.

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

Color convert

RGB25518790-
CMYK00.270.650
HSL35.27º100%67.65%-
HSV(B)35.27º64.71%100%-
XYZ60.8657.5417.57-
YUV196.2768.03169.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 90 (35.55% from 255) = 16.92%
R=47.93%
G=35.15%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551879000.270.65035.2710067.65
HexFFBB5A01B410236444
Octal377273132033101043144104
Binary111111111011101110110100110111000001010001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB5A; }

 p { color: rgb(255,187,90); }

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

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

 a { background-color: rgb(255,187,90); }

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

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

 span { border-color: rgb(255,187,90); }

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