Html Css Color HEX #FDC062 Golden Tainoi

📋 copy color: '#FDC062'

red 253 ◦ green 192 ◦ blue 98

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

Shades of Golden Tainoi #FDC062

Tints of Golden Tainoi #FDC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.05%

R = 46.59%
G = 35.36%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDC062 (or 0xFDC062) is known color: Golden Tainoi. HEX triplet: FD, C0 and 62. RGB value is (253,192,98). Sum of RGB (Red+Green+Blue) = 253+192+98=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC062 is #023F9D. Grayscale: #C7C7C7. Windows color (decimal): -147358 or 6471933. OLE color: 6471933.

HSL color Cylindrical-coordinate representation of color #FDC062: hue angle of 36.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC062 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 98 -
CMYK 0 0.24 0.61 0.01
HSL 36.39º 0.97% 0.69% -
HSV(B) 36.39º 0.61% 0.99% -
XYZ 61.56 59.46 19.79 -
YUV 199.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 253 192 98 0 0.24 0.61 0.01 36.39 0.97 0.69
Hex FD C0 62 0 18 3D 1 24 61 45
Octal 375 300 142 0 30 75 1 44 141 105
Binary 11111101 11000000 1100010 0 11000 111101 1 100100 1100001 1000101

Color Harmonies of #FDC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC062

Black with #FDC062

Text Example


Text Example

White with #FDC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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