Html Css Color HEX #FAC54A Golden Tainoi

📋 copy color: '#FAC54A'

red 250 ◦ green 197 ◦ blue 74

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

Shades of Golden Tainoi #FAC54A

Tints of Golden Tainoi #FAC54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 47.98%
G = 37.81%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC54A (or 0xFAC54A) is known color: Golden Tainoi. HEX triplet: FA, C5 and 4A. RGB value is (250,197,74). Sum of RGB (Red+Green+Blue) = 250+197+74=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC54A is #053AB5. Grayscale: #C7C7C7. Windows color (decimal): -342710 or 4900346. OLE color: 4900346.

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

Color convert

RGB 250 197 74 -
CMYK 0 0.21 0.70 0.02
HSL 41.93º 0.95% 0.64% -
HSV(B) 41.93º 0.7% 0.98% -
XYZ 60.63 60.75 15.01 -
YUV 198.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 250 197 74 0 0.21 0.70 0.02 41.93 0.95 0.64
Hex FA C5 4A 0 15 46 2 2A 5F 40
Octal 372 305 112 0 25 106 2 52 137 100
Binary 11111010 11000101 1001010 0 10101 1000110 10 101010 1011111 1000000

Color Harmonies of #FAC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC54A

Black with #FAC54A

Text Example


Text Example

White with #FAC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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