Html Css Color HEX #FAC057 Golden Tainoi

📋 copy color: '#FAC057'

red 250 ◦ green 192 ◦ blue 87

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

Shades of Golden Tainoi #FAC057

Tints of Golden Tainoi #FAC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 87 (34.38% from 255) = 16.45%

R = 47.26%
G = 36.29%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAC057 (or 0xFAC057) is known color: Golden Tainoi. HEX triplet: FA, C0 and 57. RGB value is (250,192,87). Sum of RGB (Red+Green+Blue) = 250+192+87=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC057 is #053FA8. Grayscale: #C5C5C5. Windows color (decimal): -343977 or 5751034. OLE color: 5751034.

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

Color convert

RGB 250 192 87 -
CMYK 0 0.23 0.65 0.02
HSL 38.65º 0.94% 0.66% -
HSV(B) 38.65º 0.65% 0.98% -
XYZ 59.99 58.71 17.19 -
YUV 197.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 250 192 87 0 0.23 0.65 0.02 38.65 0.94 0.66
Hex FA C0 57 0 17 41 2 27 5E 42
Octal 372 300 127 0 27 101 2 47 136 102
Binary 11111010 11000000 1010111 0 10111 1000001 10 100111 1011110 1000010

Color Harmonies of #FAC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC057

Black with #FAC057

Text Example


Text Example

White with #FAC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC057; }

 p { color: rgb(250,192,87); }

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

background-color css

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

 a { background-color: rgb(250,192,87); }

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

border-color css

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

 span { border-color: rgb(250,192,87); }

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