Html Css Color HEX #FAC14E Golden Tainoi

📋 copy color: '#FAC14E'

red 250 ◦ green 193 ◦ blue 78

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

Shades of Golden Tainoi #FAC14E

Tints of Golden Tainoi #FAC14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.97%

R = 47.98%
G = 37.04%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAC14E (or 0xFAC14E) is known color: Golden Tainoi. HEX triplet: FA, C1 and 4E. RGB value is (250,193,78). Sum of RGB (Red+Green+Blue) = 250+193+78=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC14E is #053EB1. Grayscale: #C5C5C5. Windows color (decimal): -343730 or 5161466. OLE color: 5161466.

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

Color convert

RGB 250 193 78 -
CMYK 0 0.23 0.69 0.02
HSL 40.12º 0.95% 0.64% -
HSV(B) 40.12º 0.69% 0.98% -
XYZ 59.87 59.01 15.44 -
YUV 196.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 250 193 78 0 0.23 0.69 0.02 40.12 0.95 0.64
Hex FA C1 4E 0 17 45 2 28 5F 40
Octal 372 301 116 0 27 105 2 50 137 100
Binary 11111010 11000001 1001110 0 10111 1000101 10 101000 1011111 1000000

Color Harmonies of #FAC14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC14E

Black with #FAC14E

Text Example


Text Example

White with #FAC14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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