Html Css Color HEX #FAC05E Golden Tainoi

📋 copy color: '#FAC05E'

red 250 ◦ green 192 ◦ blue 94

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

Shades of Golden Tainoi #FAC05E

Tints of Golden Tainoi #FAC05E

RGB

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

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

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

R = 46.64%
G = 35.82%
B = 17.54%

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

#FAC05E (or 0xFAC05E) is known color: Golden Tainoi. HEX triplet: FA, C0 and 5E. RGB value is (250,192,94). Sum of RGB (Red+Green+Blue) = 250+192+94=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC05E is #053FA1. Grayscale: #C6C6C6. Windows color (decimal): -343970 or 6209786. OLE color: 6209786.

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

Color convert

RGB 250 192 94 -
CMYK 0 0.23 0.62 0.02
HSL 37.69º 0.94% 0.67% -
HSV(B) 37.69º 0.62% 0.98% -
XYZ 60.29 58.83 18.77 -
YUV 198.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 250 192 94 0 0.23 0.62 0.02 37.69 0.94 0.67
Hex FA C0 5E 0 17 3E 2 26 5E 43
Octal 372 300 136 0 27 76 2 46 136 103
Binary 11111010 11000000 1011110 0 10111 111110 10 100110 1011110 1000011

Color Harmonies of #FAC05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC05E

Black with #FAC05E

Text Example


Text Example

White with #FAC05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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