Html Css Color HEX #FAC65D Golden Tainoi

📋 copy color: '#FAC65D'

red 250 ◦ green 198 ◦ blue 93

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

Shades of Golden Tainoi #FAC65D

Tints of Golden Tainoi #FAC65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 46.21%
G = 36.6%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAC65D (or 0xFAC65D) is known color: Golden Tainoi. HEX triplet: FA, C6 and 5D. RGB value is (250,198,93). Sum of RGB (Red+Green+Blue) = 250+198+93=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC65D is #0539A2. Grayscale: #CACACA. Windows color (decimal): -342435 or 6145786. OLE color: 6145786.

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

Color convert

RGB 250 198 93 -
CMYK 0 0.21 0.63 0.02
HSL 40.13º 0.94% 0.67% -
HSV(B) 40.13º 0.63% 0.98% -
XYZ 61.59 61.5 18.98 -
YUV 201.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 250 198 93 0 0.21 0.63 0.02 40.13 0.94 0.67
Hex FA C6 5D 0 15 3F 2 28 5E 43
Octal 372 306 135 0 25 77 2 50 136 103
Binary 11111010 11000110 1011101 0 10101 111111 10 101000 1011110 1000011

Color Harmonies of #FAC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC65D

Black with #FAC65D

Text Example


Text Example

White with #FAC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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