Html Css Color HEX #FAC264 Golden Tainoi

📋 copy color: '#FAC264'

red 250 ◦ green 194 ◦ blue 100

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

Shades of Golden Tainoi #FAC264

Tints of Golden Tainoi #FAC264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 45.96%
G = 35.66%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC264 (or 0xFAC264) is known color: Golden Tainoi. HEX triplet: FA, C2 and 64. RGB value is (250,194,100). Sum of RGB (Red+Green+Blue) = 250+194+100=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC264 is #053D9B. Grayscale: #C8C8C8. Windows color (decimal): -343452 or 6603514. OLE color: 6603514.

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

Color convert

RGB 250 194 100 -
CMYK 0 0.22 0.6 0.02
HSL 37.6º 0.94% 0.69% -
HSV(B) 37.6º 0.6% 0.98% -
XYZ 61.02 59.83 20.39 -
YUV 200.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 250 194 100 0 0.22 0.6 0.02 37.6 0.94 0.69
Hex FA C2 64 0 16 3C 2 26 5E 45
Octal 372 302 144 0 26 74 2 46 136 105
Binary 11111010 11000010 1100100 0 10110 111100 10 100110 1011110 1000101

Color Harmonies of #FAC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC264

Black with #FAC264

Text Example


Text Example

White with #FAC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC264; }

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

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

background-color css

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

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

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

border-color css

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

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

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