Html Css Color HEX #FCC74A Golden Tainoi

📋 copy color: '#FCC74A'

red 252 ◦ green 199 ◦ blue 74

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

Shades of Golden Tainoi #FCC74A

Tints of Golden Tainoi #FCC74A

RGB

 RED value IS 252 (98.83% from 255) = 48%

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

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

R = 48%
G = 37.9%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC74A (or 0xFCC74A) is known color: Golden Tainoi. HEX triplet: FC, C7 and 4A. RGB value is (252,199,74). Sum of RGB (Red+Green+Blue) = 252+199+74=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC74A is #0338B5. Grayscale: #C9C9C9. Windows color (decimal): -211126 or 4900860. OLE color: 4900860.

HSL color Cylindrical-coordinate representation of color #FCC74A: hue angle of 42.13º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC74A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 74 -
CMYK 0 0.21 0.71 0.01
HSL 42.13º 0.97% 0.64% -
HSV(B) 42.13º 0.71% 0.99% -
XYZ 61.8 62.04 15.2 -
YUV 200.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 252 199 74 0 0.21 0.71 0.01 42.13 0.97 0.64
Hex FC C7 4A 0 15 47 1 2A 61 40
Octal 374 307 112 0 25 107 1 52 141 100
Binary 11111100 11000111 1001010 0 10101 1000111 1 101010 1100001 1000000

Color Harmonies of #FCC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC74A

Black with #FCC74A

Text Example


Text Example

White with #FCC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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