#FEBB55

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

Shades of Koromiko #FEBB55

Tints of Koromiko #FEBB55

Color information

#FEBB55 (or 0xFEBB55) is unknown color: approx Koromiko. HEX triplet: FE, BB and 55. RGB value is (254,187,85). Sum of RGB (Red+Green+Blue) = 254+187+85=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB55 is #0144AA. Grayscale: #C3C3C3. Windows color (decimal): -83115 or 5618686. OLE color: 5618686.

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

Color convert

RGB25418785-
CMYK00.260.670.00
HSL36.21º98.83%66.47%-
HSV(B)36.21º66.54%99.61%-
XYZ60.2857.2716.47-
YUV195.465.7169.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 85 (33.59% from 255) = 16.16%
R=48.29%
G=35.55%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541878500.260.670.0036.2198.8366.47
HexFEBB5501A430246342
Octal376273125032103044143102
Binary111111101011101110101010110101000011010010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBB55; }

 p { color: rgb(254,187,85); }

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

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

 a { background-color: rgb(254,187,85); }

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

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

 span { border-color: rgb(254,187,85); }

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