Html Css Color HEX #FDC643 Golden Tainoi

📋 copy color: '#FDC643'

red 253 ◦ green 198 ◦ blue 67

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

Shades of Golden Tainoi #FDC643

Tints of Golden Tainoi #FDC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.22%

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

R = 48.84%
G = 38.22%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC643 (or 0xFDC643) is known color: Golden Tainoi. HEX triplet: FD, C6 and 43. RGB value is (253,198,67). Sum of RGB (Red+Green+Blue) = 253+198+67=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC643 is #0239BC. Grayscale: #C8C8C8. Windows color (decimal): -145853 or 4441853. OLE color: 4441853.

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

Color convert

RGB 253 198 67 -
CMYK 0 0.22 0.74 0.01
HSL 42.26º 0.98% 0.63% -
HSV(B) 42.26º 0.74% 0.99% -
XYZ 61.72 61.68 13.96 -
YUV 199.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 253 198 67 0 0.22 0.74 0.01 42.26 0.98 0.63
Hex FD C6 43 0 16 4A 1 2A 62 3F
Octal 375 306 103 0 26 112 1 52 142 77
Binary 11111101 11000110 1000011 0 10110 1001010 1 101010 1100010 111111

Color Harmonies of #FDC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC643

Black with #FDC643

Text Example


Text Example

White with #FDC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC643; }

 p { color: rgb(253,198,67); }

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

background-color css

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

 a { background-color: rgb(253,198,67); }

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

border-color css

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

 span { border-color: rgb(253,198,67); }

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