Html Css Color HEX #FAC847 Golden Tainoi

📋 copy color: '#FAC847'

red 250 ◦ green 200 ◦ blue 71

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

Shades of Golden Tainoi #FAC847

Tints of Golden Tainoi #FAC847

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 71 (28.13% from 255) = 13.63%

R = 47.98%
G = 38.39%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC847 (or 0xFAC847) is known color: Golden Tainoi. HEX triplet: FA, C8 and 47. RGB value is (250,200,71). Sum of RGB (Red+Green+Blue) = 250+200+71=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC847 is #0537B8. Grayscale: #C8C8C8. Windows color (decimal): -341945 or 4704506. OLE color: 4704506.

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

Color convert

RGB 250 200 71 -
CMYK 0 0.2 0.72 0.02
HSL 43.24º 0.95% 0.63% -
HSV(B) 43.24º 0.72% 0.98% -
XYZ 61.22 62.09 14.72 -
YUV 200.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 250 200 71 0 0.2 0.72 0.02 43.24 0.95 0.63
Hex FA C8 47 0 14 48 2 2B 5F 3F
Octal 372 310 107 0 24 110 2 53 137 77
Binary 11111010 11001000 1000111 0 10100 1001000 10 101011 1011111 111111

Color Harmonies of #FAC847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC847

Black with #FAC847

Text Example


Text Example

White with #FAC847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC847; }

 p { color: rgb(250,200,71); }

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

background-color css

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

 a { background-color: rgb(250,200,71); }

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

border-color css

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

 span { border-color: rgb(250,200,71); }

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