Html Css Color HEX #FCC44A Golden Tainoi

📋 copy color: '#FCC44A'

red 252 ◦ green 196 ◦ blue 74

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

Shades of Golden Tainoi #FCC44A

Tints of Golden Tainoi #FCC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.55%

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

R = 48.28%
G = 37.55%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCC44A (or 0xFCC44A) is known color: Golden Tainoi. HEX triplet: FC, C4 and 4A. RGB value is (252,196,74). Sum of RGB (Red+Green+Blue) = 252+196+74=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC44A is #033BB5. Grayscale: #C7C7C7. Windows color (decimal): -211894 or 4900092. OLE color: 4900092.

HSL color Cylindrical-coordinate representation of color #FCC44A: hue angle of 41.12º 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 #FCC44A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 74 -
CMYK 0 0.22 0.71 0.01
HSL 41.12º 0.97% 0.64% -
HSV(B) 41.12º 0.71% 0.99% -
XYZ 61.12 60.67 14.97 -
YUV 198.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 252 196 74 0 0.22 0.71 0.01 41.12 0.97 0.64
Hex FC C4 4A 0 16 47 1 29 61 40
Octal 374 304 112 0 26 107 1 51 141 100
Binary 11111100 11000100 1001010 0 10110 1000111 1 101001 1100001 1000000

Color Harmonies of #FCC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC44A

Black with #FCC44A

Text Example


Text Example

White with #FCC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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