Html Css Color HEX #FDC042 Golden Tainoi

📋 copy color: '#FDC042'

red 253 ◦ green 192 ◦ blue 66

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

Shades of Golden Tainoi #FDC042

Tints of Golden Tainoi #FDC042

RGB

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

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

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

R = 49.51%
G = 37.57%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC042 (or 0xFDC042) is known color: Golden Tainoi. HEX triplet: FD, C0 and 42. RGB value is (253,192,66). Sum of RGB (Red+Green+Blue) = 253+192+66=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC042 is #023FBD. Grayscale: #C4C4C4. Windows color (decimal): -147390 or 4374781. OLE color: 4374781.

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

Color convert

RGB 253 192 66 -
CMYK 0 0.24 0.74 0.01
HSL 40.43º 0.98% 0.63% -
HSV(B) 40.43º 0.74% 0.99% -
XYZ 60.34 58.98 13.36 -
YUV 195.88 54.71 168.75 -
System Red Green Blue C M Y K H S L
Decimal 253 192 66 0 0.24 0.74 0.01 40.43 0.98 0.63
Hex FD C0 42 0 18 4A 1 28 62 3F
Octal 375 300 102 0 30 112 1 50 142 77
Binary 11111101 11000000 1000010 0 11000 1001010 1 101000 1100010 111111

Color Harmonies of #FDC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC042

Black with #FDC042

Text Example


Text Example

White with #FDC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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