Html Css Color HEX #FCC74D Golden Tainoi

📋 copy color: '#FCC74D'

red 252 ◦ green 199 ◦ blue 77

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

Shades of Golden Tainoi #FCC74D

Tints of Golden Tainoi #FCC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.58%

R = 47.73%
G = 37.69%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC74D (or 0xFCC74D) is known color: Golden Tainoi. HEX triplet: FC, C7 and 4D. RGB value is (252,199,77). Sum of RGB (Red+Green+Blue) = 252+199+77=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC74D is #0338B2. Grayscale: #C9C9C9. Windows color (decimal): -211123 or 5097468. OLE color: 5097468.

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

Color convert

RGB 252 199 77 -
CMYK 0 0.21 0.69 0.01
HSL 41.83º 0.97% 0.65% -
HSV(B) 41.83º 0.69% 0.99% -
XYZ 61.91 62.08 15.74 -
YUV 200.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 252 199 77 0 0.21 0.69 0.01 41.83 0.97 0.65
Hex FC C7 4D 0 15 45 1 2A 61 41
Octal 374 307 115 0 25 105 1 52 141 101
Binary 11111100 11000111 1001101 0 10101 1000101 1 101010 1100001 1000001

Color Harmonies of #FCC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC74D

Black with #FCC74D

Text Example


Text Example

White with #FCC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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