Html Css Color HEX #FCC045 Golden Tainoi

📋 copy color: '#FCC045'

red 252 ◦ green 192 ◦ blue 69

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

Shades of Golden Tainoi #FCC045

Tints of Golden Tainoi #FCC045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

 BLUE value IS 69 (27.34% from 255) = 13.45%

R = 49.12%
G = 37.43%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC045 (or 0xFCC045) is known color: Golden Tainoi. HEX triplet: FC, C0 and 45. RGB value is (252,192,69). Sum of RGB (Red+Green+Blue) = 252+192+69=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC045 is #033FBA. Grayscale: #C4C4C4. Windows color (decimal): -212923 or 4571388. OLE color: 4571388.

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

Color convert

RGB 252 192 69 -
CMYK 0 0.24 0.73 0.01
HSL 40.33º 0.97% 0.63% -
HSV(B) 40.33º 0.73% 0.99% -
XYZ 60.07 58.82 13.82 -
YUV 195.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 252 192 69 0 0.24 0.73 0.01 40.33 0.97 0.63
Hex FC C0 45 0 18 49 1 28 61 3F
Octal 374 300 105 0 30 111 1 50 141 77
Binary 11111100 11000000 1000101 0 11000 1001001 1 101000 1100001 111111

Color Harmonies of #FCC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC045

Black with #FCC045

Text Example


Text Example

White with #FCC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC045; }

 p { color: rgb(252,192,69); }

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

background-color css

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

 a { background-color: rgb(252,192,69); }

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

border-color css

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

 span { border-color: rgb(252,192,69); }

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