Html Css Color HEX #FAC262 Golden Tainoi

📋 copy color: '#FAC262'

red 250 ◦ green 194 ◦ blue 98

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

Shades of Golden Tainoi #FAC262

Tints of Golden Tainoi #FAC262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 46.13%
G = 35.79%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAC262 (or 0xFAC262) is known color: Golden Tainoi. HEX triplet: FA, C2 and 62. RGB value is (250,194,98). Sum of RGB (Red+Green+Blue) = 250+194+98=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC262 is #053D9D. Grayscale: #C8C8C8. Windows color (decimal): -343454 or 6472442. OLE color: 6472442.

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

Color convert

RGB 250 194 98 -
CMYK 0 0.22 0.61 0.02
HSL 37.89º 0.94% 0.68% -
HSV(B) 37.89º 0.61% 0.98% -
XYZ 60.92 59.79 19.88 -
YUV 199.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 250 194 98 0 0.22 0.61 0.02 37.89 0.94 0.68
Hex FA C2 62 0 16 3D 2 26 5E 44
Octal 372 302 142 0 26 75 2 46 136 104
Binary 11111010 11000010 1100010 0 10110 111101 10 100110 1011110 1000100

Color Harmonies of #FAC262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC262

Black with #FAC262

Text Example


Text Example

White with #FAC262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC262; }

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

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

background-color css

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

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

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

border-color css

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

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

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