Html Css Color HEX #FDC143 Golden Tainoi

📋 copy color: '#FDC143'

red 253 ◦ green 193 ◦ blue 67

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

Shades of Golden Tainoi #FDC143

Tints of Golden Tainoi #FDC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 49.32%
G = 37.62%
B = 13.06%

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

#FDC143 (or 0xFDC143) is known color: Golden Tainoi. HEX triplet: FD, C1 and 43. RGB value is (253,193,67). Sum of RGB (Red+Green+Blue) = 253+193+67=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC143 is #023EBC. Grayscale: #C5C5C5. Windows color (decimal): -147133 or 4440573. OLE color: 4440573.

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

Color convert

RGB 253 193 67 -
CMYK 0 0.24 0.74 0.01
HSL 40.65º 0.98% 0.63% -
HSV(B) 40.65º 0.74% 0.99% -
XYZ 60.59 59.43 13.59 -
YUV 196.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 253 193 67 0 0.24 0.74 0.01 40.65 0.98 0.63
Hex FD C1 43 0 18 4A 1 29 62 3F
Octal 375 301 103 0 30 112 1 51 142 77
Binary 11111101 11000001 1000011 0 11000 1001010 1 101001 1100010 111111

Color Harmonies of #FDC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC143

Black with #FDC143

Text Example


Text Example

White with #FDC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC143; }

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

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

background-color css

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

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

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

border-color css

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

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

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