Html Css Color HEX #FAC74A Golden Tainoi

📋 copy color: '#FAC74A'

red 250 ◦ green 199 ◦ blue 74

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

Shades of Golden Tainoi #FAC74A

Tints of Golden Tainoi #FAC74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

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

R = 47.8%
G = 38.05%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC74A (or 0xFAC74A) is known color: Golden Tainoi. HEX triplet: FA, C7 and 4A. RGB value is (250,199,74). Sum of RGB (Red+Green+Blue) = 250+199+74=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC74A is #0538B5. Grayscale: #C8C8C8. Windows color (decimal): -342198 or 4900858. OLE color: 4900858.

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

Color convert

RGB 250 199 74 -
CMYK 0 0.20 0.70 0.02
HSL 42.61º 0.95% 0.64% -
HSV(B) 42.61º 0.7% 0.98% -
XYZ 61.08 61.67 15.16 -
YUV 200 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 250 199 74 0 0.20 0.70 0.02 42.61 0.95 0.64
Hex FA C7 4A 0 14 46 2 2B 5F 40
Octal 372 307 112 0 24 106 2 53 137 100
Binary 11111010 11000111 1001010 0 10100 1000110 10 101011 1011111 1000000

Color Harmonies of #FAC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC74A

Black with #FAC74A

Text Example


Text Example

White with #FAC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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