Html Css Color HEX #FABE5E Golden Tainoi

📋 copy color: '#FABE5E'

red 250 ◦ green 190 ◦ blue 94

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

Shades of Golden Tainoi #FABE5E

Tints of Golden Tainoi #FABE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 46.82%
G = 35.58%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FABE5E (or 0xFABE5E) is known color: Golden Tainoi. HEX triplet: FA, BE and 5E. RGB value is (250,190,94). Sum of RGB (Red+Green+Blue) = 250+190+94=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABE5E is #0541A1. Grayscale: #C5C5C5. Windows color (decimal): -344482 or 6209274. OLE color: 6209274.

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

Color convert

RGB 250 190 94 -
CMYK 0 0.24 0.62 0.02
HSL 36.92º 0.94% 0.67% -
HSV(B) 36.92º 0.62% 0.98% -
XYZ 59.86 57.96 18.62 -
YUV 197 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 250 190 94 0 0.24 0.62 0.02 36.92 0.94 0.67
Hex FA BE 5E 0 18 3E 2 25 5E 43
Octal 372 276 136 0 30 76 2 45 136 103
Binary 11111010 10111110 1011110 0 11000 111110 10 100101 1011110 1000011

Color Harmonies of #FABE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE5E

Black with #FABE5E

Text Example


Text Example

White with #FABE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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