Html Css Color HEX #FAC247 Golden Tainoi

📋 copy color: '#FAC247'

red 250 ◦ green 194 ◦ blue 71

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

Shades of Golden Tainoi #FAC247

Tints of Golden Tainoi #FAC247

RGB

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

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

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

R = 48.54%
G = 37.67%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC247 (or 0xFAC247) is known color: Golden Tainoi. HEX triplet: FA, C2 and 47. RGB value is (250,194,71). Sum of RGB (Red+Green+Blue) = 250+194+71=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC247 is #053DB8. Grayscale: #C5C5C5. Windows color (decimal): -343481 or 4702970. OLE color: 4702970.

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

Color convert

RGB 250 194 71 -
CMYK 0 0.22 0.72 0.02
HSL 41.23º 0.95% 0.63% -
HSV(B) 41.23º 0.72% 0.98% -
XYZ 59.85 59.36 14.26 -
YUV 196.72 57.05 166 -
System Red Green Blue C M Y K H S L
Decimal 250 194 71 0 0.22 0.72 0.02 41.23 0.95 0.63
Hex FA C2 47 0 16 48 2 29 5F 3F
Octal 372 302 107 0 26 110 2 51 137 77
Binary 11111010 11000010 1000111 0 10110 1001000 10 101001 1011111 111111

Color Harmonies of #FAC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC247

Black with #FAC247

Text Example


Text Example

White with #FAC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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