Html Css Color HEX #FDC442 Golden Tainoi

📋 copy color: '#FDC442'

red 253 ◦ green 196 ◦ blue 66

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

Shades of Golden Tainoi #FDC442

Tints of Golden Tainoi #FDC442

RGB

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

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

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

R = 49.13%
G = 38.06%
B = 12.82%

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

#FDC442 (or 0xFDC442) is known color: Golden Tainoi. HEX triplet: FD, C4 and 42. RGB value is (253,196,66). Sum of RGB (Red+Green+Blue) = 253+196+66=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC442 is #023BBD. Grayscale: #C6C6C6. Windows color (decimal): -146366 or 4375805. OLE color: 4375805.

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

Color convert

RGB 253 196 66 -
CMYK 0 0.23 0.74 0.01
HSL 41.71º 0.98% 0.63% -
HSV(B) 41.71º 0.74% 0.99% -
XYZ 61.23 60.76 13.65 -
YUV 198.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 253 196 66 0 0.23 0.74 0.01 41.71 0.98 0.63
Hex FD C4 42 0 17 4A 1 2A 62 3F
Octal 375 304 102 0 27 112 1 52 142 77
Binary 11111101 11000100 1000010 0 10111 1001010 1 101010 1100010 111111

Color Harmonies of #FDC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC442

Black with #FDC442

Text Example


Text Example

White with #FDC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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