Html Css Color HEX #FABD5E Golden Tainoi

📋 copy color: '#FABD5E'

red 250 ◦ green 189 ◦ blue 94

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

Shades of Golden Tainoi #FABD5E

Tints of Golden Tainoi #FABD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 46.9%
G = 35.46%
B = 17.64%

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

#FABD5E (or 0xFABD5E) is known color: Golden Tainoi. HEX triplet: FA, BD and 5E. RGB value is (250,189,94). Sum of RGB (Red+Green+Blue) = 250+189+94=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD5E is #0542A1. Grayscale: #C4C4C4. Windows color (decimal): -344738 or 6209018. OLE color: 6209018.

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

Color convert

RGB 250 189 94 -
CMYK 0 0.24 0.62 0.02
HSL 36.54º 0.94% 0.67% -
HSV(B) 36.54º 0.62% 0.98% -
XYZ 59.64 57.53 18.55 -
YUV 196.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 250 189 94 0 0.24 0.62 0.02 36.54 0.94 0.67
Hex FA BD 5E 0 18 3E 2 25 5E 43
Octal 372 275 136 0 30 76 2 45 136 103
Binary 11111010 10111101 1011110 0 11000 111110 10 100101 1011110 1000011

Color Harmonies of #FABD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABD5E

Black with #FABD5E

Text Example


Text Example

White with #FABD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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