#FFB759

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

Shades of Koromiko #FFB759

Tints of Koromiko #FFB759

Color information

#FFB759 (or 0xFFB759) is unknown color: approx Koromiko. HEX triplet: FF, B7 and 59. RGB value is (255,183,89). Sum of RGB (Red+Green+Blue) = 255+183+89=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB759 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB759 is #0048A6. Grayscale: #C2C2C2. Windows color (decimal): -18599 or 5879807. OLE color: 5879807.

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

Color convert

RGB25518389-
CMYK00.280.650
HSL33.98º100%67.45%-
HSV(B)33.98º65.1%100%-
XYZ59.9855.8517.07-
YUV193.8168.85171.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 89 (35.16% from 255) = 16.89%
R=48.39%
G=34.72%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551838900.280.65033.9810067.45
HexFFB75901C410226443
Octal377267131034101042144103
Binary111111111011011110110010111001000001010001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB759; }

 p { color: rgb(255,183,89); }

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

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

 a { background-color: rgb(255,183,89); }

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

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

 span { border-color: rgb(255,183,89); }

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