Html Css Color HEX #FCC144 Golden Tainoi

📋 copy color: '#FCC144'

red 252 ◦ green 193 ◦ blue 68

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

Shades of Golden Tainoi #FCC144

Tints of Golden Tainoi #FCC144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.26%

R = 49.12%
G = 37.62%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC144 (or 0xFCC144) is known color: Golden Tainoi. HEX triplet: FC, C1 and 44. RGB value is (252,193,68). Sum of RGB (Red+Green+Blue) = 252+193+68=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC144 is #033EBB. Grayscale: #C4C4C4. Windows color (decimal): -212668 or 4506108. OLE color: 4506108.

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

Color convert

RGB 252 193 68 -
CMYK 0 0.23 0.73 0.01
HSL 40.76º 0.97% 0.63% -
HSV(B) 40.76º 0.73% 0.99% -
XYZ 60.26 59.25 13.73 -
YUV 196.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 252 193 68 0 0.23 0.73 0.01 40.76 0.97 0.63
Hex FC C1 44 0 17 49 1 29 61 3F
Octal 374 301 104 0 27 111 1 51 141 77
Binary 11111100 11000001 1000100 0 10111 1001001 1 101001 1100001 111111

Color Harmonies of #FCC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC144

Black with #FCC144

Text Example


Text Example

White with #FCC144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC144; }

 p { color: rgb(252,193,68); }

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

background-color css

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

 a { background-color: rgb(252,193,68); }

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

border-color css

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

 span { border-color: rgb(252,193,68); }

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