Html Css Color HEX #FAC662 Golden Tainoi

📋 copy color: '#FAC662'

red 250 ◦ green 198 ◦ blue 98

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

Shades of Golden Tainoi #FAC662

Tints of Golden Tainoi #FAC662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.95%

R = 45.79%
G = 36.26%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC662 (or 0xFAC662) is known color: Golden Tainoi. HEX triplet: FA, C6 and 62. RGB value is (250,198,98). Sum of RGB (Red+Green+Blue) = 250+198+98=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC662 is #05399D. Grayscale: #CACACA. Windows color (decimal): -342430 or 6473466. OLE color: 6473466.

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

Color convert

RGB 250 198 98 -
CMYK 0 0.21 0.61 0.02
HSL 39.47º 0.94% 0.68% -
HSV(B) 39.47º 0.61% 0.98% -
XYZ 61.82 61.59 20.19 -
YUV 202.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 250 198 98 0 0.21 0.61 0.02 39.47 0.94 0.68
Hex FA C6 62 0 15 3D 2 27 5E 44
Octal 372 306 142 0 25 75 2 47 136 104
Binary 11111010 11000110 1100010 0 10101 111101 10 100111 1011110 1000100

Color Harmonies of #FAC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC662

Black with #FAC662

Text Example


Text Example

White with #FAC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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