Html Css Color HEX #FAB859 Koromiko

📋 copy color: '#FAB859'

red 250 ◦ green 184 ◦ blue 89

#FAB859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Koromiko #FAB859

Tints of Koromiko #FAB859

RGB

 RED value IS 250 (98.05% from 255) = 47.8%

 GREEN value IS 184 (72.27% from 255) = 35.18%

 BLUE value IS 89 (35.16% from 255) = 17.02%

R = 47.8%
G = 35.18%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAB859 (or 0xFAB859) is known color: Koromiko. HEX triplet: FA, B8 and 59. RGB value is (250,184,89). Sum of RGB (Red+Green+Blue) = 250+184+89=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB859 is #0547A6. Grayscale: #C1C1C1. Windows color (decimal): -346023 or 5880058. OLE color: 5880058.

HSL color Cylindrical-coordinate representation of color #FAB859: hue angle of 35.4º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB859 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 89 -
CMYK 0 0.26 0.64 0.02
HSL 35.4º 0.94% 0.66% -
HSV(B) 35.4º 0.64% 0.98% -
XYZ 58.37 55.33 17.05 -
YUV 192.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 250 184 89 0 0.26 0.64 0.02 35.4 0.94 0.66
Hex FA B8 59 0 1A 40 2 23 5E 42
Octal 372 270 131 0 32 100 2 43 136 102
Binary 11111010 10111000 1011001 0 11010 1000000 10 100011 1011110 1000010

Color Harmonies of #FAB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB859

Black with #FAB859

Text Example


Text Example

White with #FAB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB859; }

 p { color: rgb(250,184,89); }

 H1.HeaderClassName
 {
   color: #FAB859;
 }
 .AnyTagClassName
 {
   color: #FAB859;
 }
</style>

background-color css

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

 a { background-color: rgb(250,184,89); }

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

border-color css

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

 span { border-color: rgb(250,184,89); }

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