#FDBA4B

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

Shades of Koromiko #FDBA4B

Tints of Koromiko #FDBA4B

Color information

#FDBA4B (or 0xFDBA4B) is unknown color: approx Koromiko. HEX triplet: FD, BA and 4B. RGB value is (253,186,75). Sum of RGB (Red+Green+Blue) = 253+186+75=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA4B is #0245B4. Grayscale: #C1C1C1. Windows color (decimal): -148917 or 4963069. OLE color: 4963069.

HSL color Cylindrical-coordinate representation of color #FDBA4B: hue angle of 37.42º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDBA4B is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25318675-
CMYK00.260.700.01
HSL37.42º97.8%64.31%-
HSV(B)37.42º70.36%99.22%-
XYZ59.3456.5114.44-
YUV193.3861.2170.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 75 (29.69% from 255) = 14.59%
R=49.22%
G=36.19%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531867500.260.700.0137.4297.864.31
HexFDBA4B01A461256240
Octal375272113032106145142100
Binary111111011011101010010110110101000110110010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA4B; }

 p { color: rgb(253,186,75); }

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

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

 a { background-color: rgb(253,186,75); }

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

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

 span { border-color: rgb(253,186,75); }

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