Html Css Color HEX #FAC653 Golden Tainoi

📋 copy color: '#FAC653'

red 250 ◦ green 198 ◦ blue 83

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

Shades of Golden Tainoi #FAC653

Tints of Golden Tainoi #FAC653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 47.08%
G = 37.29%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC653 (or 0xFAC653) is known color: Golden Tainoi. HEX triplet: FA, C6 and 53. RGB value is (250,198,83). Sum of RGB (Red+Green+Blue) = 250+198+83=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC653 is #0539AC. Grayscale: #C8C8C8. Windows color (decimal): -342445 or 5490426. OLE color: 5490426.

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

Color convert

RGB 250 198 83 -
CMYK 0 0.21 0.67 0.02
HSL 41.32º 0.94% 0.65% -
HSV(B) 41.32º 0.67% 0.98% -
XYZ 61.18 61.34 16.8 -
YUV 200.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 250 198 83 0 0.21 0.67 0.02 41.32 0.94 0.65
Hex FA C6 53 0 15 43 2 29 5E 41
Octal 372 306 123 0 25 103 2 51 136 101
Binary 11111010 11000110 1010011 0 10101 1000011 10 101001 1011110 1000001

Color Harmonies of #FAC653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC653

Black with #FAC653

Text Example


Text Example

White with #FAC653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC653; }

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

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

background-color css

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

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

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

border-color css

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

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

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