Html Css Color HEX #FAC058 Golden Tainoi

📋 copy color: '#FAC058'

red 250 ◦ green 192 ◦ blue 88

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

Shades of Golden Tainoi #FAC058

Tints of Golden Tainoi #FAC058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.6%

R = 47.17%
G = 36.23%
B = 16.6%

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

#FAC058 (or 0xFAC058) is known color: Golden Tainoi. HEX triplet: FA, C0 and 58. RGB value is (250,192,88). Sum of RGB (Red+Green+Blue) = 250+192+88=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC058 is #053FA7. Grayscale: #C5C5C5. Windows color (decimal): -343976 or 5816570. OLE color: 5816570.

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

Color convert

RGB 250 192 88 -
CMYK 0 0.23 0.65 0.02
HSL 38.52º 0.94% 0.66% -
HSV(B) 38.52º 0.65% 0.98% -
XYZ 60.04 58.73 17.4 -
YUV 197.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 250 192 88 0 0.23 0.65 0.02 38.52 0.94 0.66
Hex FA C0 58 0 17 41 2 27 5E 42
Octal 372 300 130 0 27 101 2 47 136 102
Binary 11111010 11000000 1011000 0 10111 1000001 10 100111 1011110 1000010

Color Harmonies of #FAC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC058

Black with #FAC058

Text Example


Text Example

White with #FAC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC058; }

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

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

background-color css

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

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

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

border-color css

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

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

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