Html Css Color HEX #FAC65E Golden Tainoi

📋 copy color: '#FAC65E'

red 250 ◦ green 198 ◦ blue 94

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

Shades of Golden Tainoi #FAC65E

Tints of Golden Tainoi #FAC65E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.53%

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

R = 46.13%
G = 36.53%
B = 17.34%

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

#FAC65E (or 0xFAC65E) is known color: Golden Tainoi. HEX triplet: FA, C6 and 5E. RGB value is (250,198,94). Sum of RGB (Red+Green+Blue) = 250+198+94=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC65E is #0539A1. Grayscale: #CACACA. Windows color (decimal): -342434 or 6211322. OLE color: 6211322.

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

Color convert

RGB 250 198 94 -
CMYK 0 0.21 0.62 0.02
HSL 40º 0.94% 0.67% -
HSV(B) 40º 0.62% 0.98% -
XYZ 61.64 61.52 19.22 -
YUV 201.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 250 198 94 0 0.21 0.62 0.02 40 0.94 0.67
Hex FA C6 5E 0 15 3E 2 28 5E 43
Octal 372 306 136 0 25 76 2 50 136 103
Binary 11111010 11000110 1011110 0 10101 111110 10 101000 1011110 1000011

Color Harmonies of #FAC65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC65E

Black with #FAC65E

Text Example


Text Example

White with #FAC65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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