Html Css Color HEX #FAC55E Golden Tainoi

📋 copy color: '#FAC55E'

red 250 ◦ green 197 ◦ blue 94

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

Shades of Golden Tainoi #FAC55E

Tints of Golden Tainoi #FAC55E

RGB

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

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

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

R = 46.21%
G = 36.41%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC55E (or 0xFAC55E) is known color: Golden Tainoi. HEX triplet: FA, C5 and 5E. RGB value is (250,197,94). Sum of RGB (Red+Green+Blue) = 250+197+94=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC55E is #053AA1. Grayscale: #C9C9C9. Windows color (decimal): -342690 or 6211066. OLE color: 6211066.

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

Color convert

RGB 250 197 94 -
CMYK 0 0.21 0.62 0.02
HSL 39.62º 0.94% 0.67% -
HSV(B) 39.62º 0.62% 0.98% -
XYZ 61.41 61.06 19.14 -
YUV 201.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 250 197 94 0 0.21 0.62 0.02 39.62 0.94 0.67
Hex FA C5 5E 0 15 3E 2 28 5E 43
Octal 372 305 136 0 25 76 2 50 136 103
Binary 11111010 11000101 1011110 0 10101 111110 10 101000 1011110 1000011

Color Harmonies of #FAC55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC55E

Black with #FAC55E

Text Example


Text Example

White with #FAC55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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