#FFB44E

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

Shades of Koromiko #FFB44E

Tints of Koromiko #FFB44E

Color information

#FFB44E (or 0xFFB44E) is unknown color: approx Koromiko. HEX triplet: FF, B4 and 4E. RGB value is (255,180,78). Sum of RGB (Red+Green+Blue) = 255+180+78=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB44E is #004BB1. Grayscale: #BFBFBF. Windows color (decimal): -19378 or 5158143. OLE color: 5158143.

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

Color convert

RGB25518078-
CMYK00.290.690
HSL34.58º100%65.29%-
HSV(B)34.58º69.41%100%-
XYZ58.9454.4514.61-
YUV190.864.35173.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 78 (30.86% from 255) = 15.20%
R=49.71%
G=35.09%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551807800.290.69034.5810065.29
HexFFB44E01D450236441
Octal377264116035105043144101
Binary111111111011010010011100111011000101010001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB44E; }

 p { color: rgb(255,180,78); }

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

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

 a { background-color: rgb(255,180,78); }

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

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

 span { border-color: rgb(255,180,78); }

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