Html Css Color HEX #FCC453 Golden Tainoi

📋 copy color: '#FCC453'

red 252 ◦ green 196 ◦ blue 83

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

Shades of Golden Tainoi #FCC453

Tints of Golden Tainoi #FCC453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 47.46%
G = 36.91%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC453 (or 0xFCC453) is known color: Golden Tainoi. HEX triplet: FC, C4 and 53. RGB value is (252,196,83). Sum of RGB (Red+Green+Blue) = 252+196+83=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC453 is #033BAC. Grayscale: #C8C8C8. Windows color (decimal): -211885 or 5489916. OLE color: 5489916.

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

Color convert

RGB 252 196 83 -
CMYK 0 0.22 0.67 0.01
HSL 40.12º 0.97% 0.66% -
HSV(B) 40.12º 0.67% 0.99% -
XYZ 61.45 60.8 16.68 -
YUV 199.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 252 196 83 0 0.22 0.67 0.01 40.12 0.97 0.66
Hex FC C4 53 0 16 43 1 28 61 42
Octal 374 304 123 0 26 103 1 50 141 102
Binary 11111100 11000100 1010011 0 10110 1000011 1 101000 1100001 1000010

Color Harmonies of #FCC453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC453

Black with #FCC453

Text Example


Text Example

White with #FCC453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC453; }

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

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

background-color css

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

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

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

border-color css

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

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

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