Html Css Color HEX #FCC243 Golden Tainoi

📋 copy color: '#FCC243'

red 252 ◦ green 194 ◦ blue 67

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

Shades of Golden Tainoi #FCC243

Tints of Golden Tainoi #FCC243

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 67 (26.56% from 255) = 13.06%

R = 49.12%
G = 37.82%
B = 13.06%

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

#FCC243 (or 0xFCC243) is known color: Golden Tainoi. HEX triplet: FC, C2 and 43. RGB value is (252,194,67). Sum of RGB (Red+Green+Blue) = 252+194+67=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC243 is #033DBC. Grayscale: #C5C5C5. Windows color (decimal): -212413 or 4440828. OLE color: 4440828.

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

Color convert

RGB 252 194 67 -
CMYK 0 0.23 0.73 0.01
HSL 41.19º 0.97% 0.63% -
HSV(B) 41.19º 0.73% 0.99% -
XYZ 60.45 59.68 13.64 -
YUV 196.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 252 194 67 0 0.23 0.73 0.01 41.19 0.97 0.63
Hex FC C2 43 0 17 49 1 29 61 3F
Octal 374 302 103 0 27 111 1 51 141 77
Binary 11111100 11000010 1000011 0 10111 1001001 1 101001 1100001 111111

Color Harmonies of #FCC243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC243

Black with #FCC243

Text Example


Text Example

White with #FCC243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC243; }

 p { color: rgb(252,194,67); }

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

background-color css

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

 a { background-color: rgb(252,194,67); }

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

border-color css

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

 span { border-color: rgb(252,194,67); }

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