Html Css Color HEX #FAC05F Golden Tainoi

📋 copy color: '#FAC05F'

red 250 ◦ green 192 ◦ blue 95

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

Shades of Golden Tainoi #FAC05F

Tints of Golden Tainoi #FAC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.69%

R = 46.55%
G = 35.75%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAC05F (or 0xFAC05F) is known color: Golden Tainoi. HEX triplet: FA, C0 and 5F. RGB value is (250,192,95). Sum of RGB (Red+Green+Blue) = 250+192+95=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC05F is #053FA0. Grayscale: #C6C6C6. Windows color (decimal): -343969 or 6275322. OLE color: 6275322.

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

Color convert

RGB 250 192 95 -
CMYK 0 0.23 0.62 0.02
HSL 37.55º 0.94% 0.68% -
HSV(B) 37.55º 0.62% 0.98% -
XYZ 60.34 58.85 19.01 -
YUV 198.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 250 192 95 0 0.23 0.62 0.02 37.55 0.94 0.68
Hex FA C0 5F 0 17 3E 2 26 5E 44
Octal 372 300 137 0 27 76 2 46 136 104
Binary 11111010 11000000 1011111 0 10111 111110 10 100110 1011110 1000100

Color Harmonies of #FAC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC05F

Black with #FAC05F

Text Example


Text Example

White with #FAC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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