Html Css Color HEX #FAB854 Koromiko

📋 copy color: '#FAB854'

red 250 ◦ green 184 ◦ blue 84

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

Shades of Koromiko #FAB854

Tints of Koromiko #FAB854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.22%

R = 48.26%
G = 35.52%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB854 (or 0xFAB854) is known color: Koromiko. HEX triplet: FA, B8 and 54. RGB value is (250,184,84). Sum of RGB (Red+Green+Blue) = 250+184+84=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 84 (33.20% from 255 or 16.22% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB854 is #0547AB. Grayscale: #C0C0C0. Windows color (decimal): -346028 or 5552378. OLE color: 5552378.

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

Color convert

RGB 250 184 84 -
CMYK 0 0.26 0.66 0.02
HSL 36.14º 0.94% 0.65% -
HSV(B) 36.14º 0.66% 0.98% -
XYZ 58.17 55.25 15.99 -
YUV 192.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 250 184 84 0 0.26 0.66 0.02 36.14 0.94 0.65
Hex FA B8 54 0 1A 42 2 24 5E 41
Octal 372 270 124 0 32 102 2 44 136 101
Binary 11111010 10111000 1010100 0 11010 1000010 10 100100 1011110 1000001

Color Harmonies of #FAB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB854

Black with #FAB854

Text Example


Text Example

White with #FAB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB854; }

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

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

background-color css

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

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

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

border-color css

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

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

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