Html Css Color HEX #FDC342 Golden Tainoi

📋 copy color: '#FDC342'

red 253 ◦ green 195 ◦ blue 66

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

Shades of Golden Tainoi #FDC342

Tints of Golden Tainoi #FDC342

RGB

 RED value IS 253 (99.22% from 255) = 49.22%

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 66 (26.17% from 255) = 12.84%

R = 49.22%
G = 37.94%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC342 (or 0xFDC342) is known color: Golden Tainoi. HEX triplet: FD, C3 and 42. RGB value is (253,195,66). Sum of RGB (Red+Green+Blue) = 253+195+66=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC342 is #023CBD. Grayscale: #C6C6C6. Windows color (decimal): -146622 or 4375549. OLE color: 4375549.

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

Color convert

RGB 253 195 66 -
CMYK 0 0.23 0.74 0.01
HSL 41.39º 0.98% 0.63% -
HSV(B) 41.39º 0.74% 0.99% -
XYZ 61.01 60.31 13.58 -
YUV 197.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 253 195 66 0 0.23 0.74 0.01 41.39 0.98 0.63
Hex FD C3 42 0 17 4A 1 29 62 3F
Octal 375 303 102 0 27 112 1 51 142 77
Binary 11111101 11000011 1000010 0 10111 1001010 1 101001 1100010 111111

Color Harmonies of #FDC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC342

Black with #FDC342

Text Example


Text Example

White with #FDC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC342; }

 p { color: rgb(253,195,66); }

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

background-color css

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

 a { background-color: rgb(253,195,66); }

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

border-color css

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

 span { border-color: rgb(253,195,66); }

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