Html Css Color HEX #FABA55 Koromiko

📋 copy color: '#FABA55'

red 250 ◦ green 186 ◦ blue 85

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

Shades of Koromiko #FABA55

Tints of Koromiko #FABA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.7%

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

R = 47.98%
G = 35.7%
B = 16.31%

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

#FABA55 (or 0xFABA55) is known color: Koromiko. HEX triplet: FA, BA and 55. RGB value is (250,186,85). Sum of RGB (Red+Green+Blue) = 250+186+85=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA55 is #0545AA. Grayscale: #C2C2C2. Windows color (decimal): -345515 or 5618426. OLE color: 5618426.

HSL color Cylindrical-coordinate representation of color #FABA55: hue angle of 36.73º 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 #FABA55 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 85 -
CMYK 0 0.26 0.66 0.02
HSL 36.73º 0.94% 0.66% -
HSV(B) 36.73º 0.66% 0.98% -
XYZ 58.62 56.1 16.33 -
YUV 193.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 250 186 85 0 0.26 0.66 0.02 36.73 0.94 0.66
Hex FA BA 55 0 1A 42 2 25 5E 42
Octal 372 272 125 0 32 102 2 45 136 102
Binary 11111010 10111010 1010101 0 11010 1000010 10 100101 1011110 1000010

Color Harmonies of #FABA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA55

Black with #FABA55

Text Example


Text Example

White with #FABA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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