Html Css Color HEX #FAB857 Koromiko

📋 copy color: '#FAB857'

red 250 ◦ green 184 ◦ blue 87

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

Shades of Koromiko #FAB857

Tints of Koromiko #FAB857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.7%

R = 47.98%
G = 35.32%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAB857 (or 0xFAB857) is known color: Koromiko. HEX triplet: FA, B8 and 57. RGB value is (250,184,87). Sum of RGB (Red+Green+Blue) = 250+184+87=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB857 is #0547A8. Grayscale: #C1C1C1. Windows color (decimal): -346025 or 5748986. OLE color: 5748986.

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

Color convert

RGB 250 184 87 -
CMYK 0 0.26 0.65 0.02
HSL 35.71º 0.94% 0.66% -
HSV(B) 35.71º 0.65% 0.98% -
XYZ 58.29 55.29 16.62 -
YUV 192.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 250 184 87 0 0.26 0.65 0.02 35.71 0.94 0.66
Hex FA B8 57 0 1A 41 2 24 5E 42
Octal 372 270 127 0 32 101 2 44 136 102
Binary 11111010 10111000 1010111 0 11010 1000001 10 100100 1011110 1000010

Color Harmonies of #FAB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB857

Black with #FAB857

Text Example


Text Example

White with #FAB857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB857; }

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

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

background-color css

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

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

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

border-color css

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

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

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