Html Css Color HEX #FAB855 Koromiko

📋 copy color: '#FAB855'

red 250 ◦ green 184 ◦ blue 85

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

Shades of Koromiko #FAB855

Tints of Koromiko #FAB855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.38%

R = 48.17%
G = 35.45%
B = 16.38%

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

#FAB855 (or 0xFAB855) is known color: Koromiko. HEX triplet: FA, B8 and 55. RGB value is (250,184,85). Sum of RGB (Red+Green+Blue) = 250+184+85=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB855 is #0547AA. Grayscale: #C0C0C0. Windows color (decimal): -346027 or 5617914. OLE color: 5617914.

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

Color convert

RGB 250 184 85 -
CMYK 0 0.26 0.66 0.02
HSL 36º 0.94% 0.66% -
HSV(B) 36º 0.66% 0.98% -
XYZ 58.2 55.26 16.19 -
YUV 192.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 250 184 85 0 0.26 0.66 0.02 36 0.94 0.66
Hex FA B8 55 0 1A 42 2 24 5E 42
Octal 372 270 125 0 32 102 2 44 136 102
Binary 11111010 10111000 1010101 0 11010 1000010 10 100100 1011110 1000010

Color Harmonies of #FAB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB855

Black with #FAB855

Text Example


Text Example

White with #FAB855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB855; }

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

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

background-color css

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

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

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

border-color css

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

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

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