Html Css Color HEX #FABE55 Golden Tainoi

📋 copy color: '#FABE55'

red 250 ◦ green 190 ◦ blue 85

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

Shades of Golden Tainoi #FABE55

Tints of Golden Tainoi #FABE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 47.62%
G = 36.19%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FABE55 (or 0xFABE55) is known color: Golden Tainoi. HEX triplet: FA, BE and 55. RGB value is (250,190,85). Sum of RGB (Red+Green+Blue) = 250+190+85=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABE55 is #0541AA. Grayscale: #C4C4C4. Windows color (decimal): -344491 or 5619450. OLE color: 5619450.

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

Color convert

RGB 250 190 85 -
CMYK 0 0.24 0.66 0.02
HSL 38.18º 0.94% 0.66% -
HSV(B) 38.18º 0.66% 0.98% -
XYZ 59.48 57.81 16.62 -
YUV 195.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 250 190 85 0 0.24 0.66 0.02 38.18 0.94 0.66
Hex FA BE 55 0 18 42 2 26 5E 42
Octal 372 276 125 0 30 102 2 46 136 102
Binary 11111010 10111110 1010101 0 11000 1000010 10 100110 1011110 1000010

Color Harmonies of #FABE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE55

Black with #FABE55

Text Example


Text Example

White with #FABE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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