Html Css Color HEX #FAC14A Golden Tainoi

📋 copy color: '#FAC14A'

red 250 ◦ green 193 ◦ blue 74

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

Shades of Golden Tainoi #FAC14A

Tints of Golden Tainoi #FAC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 48.36%
G = 37.33%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC14A (or 0xFAC14A) is known color: Golden Tainoi. HEX triplet: FA, C1 and 4A. RGB value is (250,193,74). Sum of RGB (Red+Green+Blue) = 250+193+74=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC14A is #053EB5. Grayscale: #C5C5C5. Windows color (decimal): -343734 or 4899322. OLE color: 4899322.

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

Color convert

RGB 250 193 74 -
CMYK 0 0.23 0.70 0.02
HSL 40.57º 0.95% 0.64% -
HSV(B) 40.57º 0.7% 0.98% -
XYZ 59.73 58.96 14.71 -
YUV 196.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 250 193 74 0 0.23 0.70 0.02 40.57 0.95 0.64
Hex FA C1 4A 0 17 46 2 29 5F 40
Octal 372 301 112 0 27 106 2 51 137 100
Binary 11111010 11000001 1001010 0 10111 1000110 10 101001 1011111 1000000

Color Harmonies of #FAC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC14A

Black with #FAC14A

Text Example


Text Example

White with #FAC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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