#FEB351

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

Shades of Koromiko #FEB351

Tints of Koromiko #FEB351

Color information

#FEB351 (or 0xFEB351) is unknown color: approx Koromiko. HEX triplet: FE, B3 and 51. RGB value is (254,179,81). Sum of RGB (Red+Green+Blue) = 254+179+81=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 81 (32.03% from 255 or 15.76% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB351 is #014CAE. Grayscale: #BEBEBE. Windows color (decimal): -85167 or 5354494. OLE color: 5354494.

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

Color convert

RGB25417981-
CMYK00.300.680.00
HSL33.99º98.86%65.69%-
HSV(B)33.99º68.11%99.61%-
XYZ58.4853.9115.11-
YUV190.2566.35173.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 81 (32.03% from 255) = 15.76%
R=49.42%
G=34.82%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541798100.300.680.0033.9998.8665.69
HexFEB35101E440226342
Octal376263121036104042143102
Binary111111101011001110100010111101000100010001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB351; }

 p { color: rgb(254,179,81); }

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

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

 a { background-color: rgb(254,179,81); }

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

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

 span { border-color: rgb(254,179,81); }

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