Html Css Color HEX #FAC14F Golden Tainoi

📋 copy color: '#FAC14F'

red 250 ◦ green 193 ◦ blue 79

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

Shades of Golden Tainoi #FAC14F

Tints of Golden Tainoi #FAC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.97%

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 47.89%
G = 36.97%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC14F (or 0xFAC14F) is known color: Golden Tainoi. HEX triplet: FA, C1 and 4F. RGB value is (250,193,79). Sum of RGB (Red+Green+Blue) = 250+193+79=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC14F is #053EB0. Grayscale: #C5C5C5. Windows color (decimal): -343729 or 5227002. OLE color: 5227002.

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

Color convert

RGB 250 193 79 -
CMYK 0 0.23 0.68 0.02
HSL 40º 0.94% 0.65% -
HSV(B) 40º 0.68% 0.98% -
XYZ 59.91 59.03 15.63 -
YUV 197.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 250 193 79 0 0.23 0.68 0.02 40 0.94 0.65
Hex FA C1 4F 0 17 44 2 28 5E 41
Octal 372 301 117 0 27 104 2 50 136 101
Binary 11111010 11000001 1001111 0 10111 1000100 10 101000 1011110 1000001

Color Harmonies of #FAC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC14F

Black with #FAC14F

Text Example


Text Example

White with #FAC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC14F; }

 p { color: rgb(250,193,79); }

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

background-color css

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

 a { background-color: rgb(250,193,79); }

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

border-color css

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

 span { border-color: rgb(250,193,79); }

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