Html Css Color HEX #FAB851 Koromiko

📋 copy color: '#FAB851'

red 250 ◦ green 184 ◦ blue 81

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

Shades of Koromiko #FAB851

Tints of Koromiko #FAB851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.73%

R = 48.54%
G = 35.73%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAB851 (or 0xFAB851) is known color: Koromiko. HEX triplet: FA, B8 and 51. RGB value is (250,184,81). Sum of RGB (Red+Green+Blue) = 250+184+81=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB851 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB851 is #0547AE. Grayscale: #C0C0C0. Windows color (decimal): -346031 or 5355770. OLE color: 5355770.

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

Color convert

RGB 250 184 81 -
CMYK 0 0.26 0.68 0.02
HSL 36.57º 0.94% 0.65% -
HSV(B) 36.57º 0.68% 0.98% -
XYZ 58.05 55.2 15.38 -
YUV 191.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 250 184 81 0 0.26 0.68 0.02 36.57 0.94 0.65
Hex FA B8 51 0 1A 44 2 25 5E 41
Octal 372 270 121 0 32 104 2 45 136 101
Binary 11111010 10111000 1010001 0 11010 1000100 10 100101 1011110 1000001

Color Harmonies of #FAB851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB851

Black with #FAB851

Text Example


Text Example

White with #FAB851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB851; }

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

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

background-color css

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

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

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

border-color css

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

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

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