#F8BB5A

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

Shades of Koromiko #F8BB5A

Tints of Koromiko #F8BB5A

Color information

#F8BB5A (or 0xF8BB5A) is unknown color: approx Koromiko. HEX triplet: F8, BB and 5A. RGB value is (248,187,90). Sum of RGB (Red+Green+Blue) = 248+187+90=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BB5A is #0744A5. Grayscale: #C2C2C2. Windows color (decimal): -476326 or 5946360. OLE color: 5946360.

HSL color Cylindrical-coordinate representation of color #F8BB5A: hue angle of 36.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8BB5A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB24818790-
CMYK00.250.640.03
HSL36.84º91.86%66.27%-
HSV(B)36.84º63.71%97.25%-
XYZ58.3356.2417.45-
YUV194.1869.21166.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.24%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 90 (35.55% from 255) = 17.14%
R=47.24%
G=35.62%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481879000.250.640.0336.8491.8666.27
HexF8BB5A019403255c42
Octal370273132031100345134102
Binary1111100010111011101101001100110000001110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BB5A; }

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

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

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

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

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

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

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

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