Html Css Color HEX #FAC54D Golden Tainoi

📋 copy color: '#FAC54D'

red 250 ◦ green 197 ◦ blue 77

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

Shades of Golden Tainoi #FAC54D

Tints of Golden Tainoi #FAC54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.6%

 BLUE value IS 77 (30.47% from 255) = 14.69%

R = 47.71%
G = 37.6%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAC54D (or 0xFAC54D) is known color: Golden Tainoi. HEX triplet: FA, C5 and 4D. RGB value is (250,197,77). Sum of RGB (Red+Green+Blue) = 250+197+77=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC54D is #053AB2. Grayscale: #C7C7C7. Windows color (decimal): -342707 or 5096954. OLE color: 5096954.

HSL color Cylindrical-coordinate representation of color #FAC54D: hue angle of 41.62º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAC54D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 77 -
CMYK 0 0.21 0.69 0.02
HSL 41.62º 0.95% 0.64% -
HSV(B) 41.62º 0.69% 0.98% -
XYZ 60.73 60.79 15.55 -
YUV 199.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 250 197 77 0 0.21 0.69 0.02 41.62 0.95 0.64
Hex FA C5 4D 0 15 45 2 2A 5F 40
Octal 372 305 115 0 25 105 2 52 137 100
Binary 11111010 11000101 1001101 0 10101 1000101 10 101010 1011111 1000000

Color Harmonies of #FAC54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC54D

Black with #FAC54D

Text Example


Text Example

White with #FAC54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC54D; }

 p { color: rgb(250,197,77); }

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

background-color css

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

 a { background-color: rgb(250,197,77); }

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

border-color css

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

 span { border-color: rgb(250,197,77); }

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