Html Css Color HEX #FDC043 Golden Tainoi

📋 copy color: '#FDC043'

red 253 ◦ green 192 ◦ blue 67

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

Shades of Golden Tainoi #FDC043

Tints of Golden Tainoi #FDC043

RGB

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

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

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

R = 49.41%
G = 37.5%
B = 13.09%

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

#FDC043 (or 0xFDC043) is known color: Golden Tainoi. HEX triplet: FD, C0 and 43. RGB value is (253,192,67). Sum of RGB (Red+Green+Blue) = 253+192+67=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC043 is #023FBC. Grayscale: #C4C4C4. Windows color (decimal): -147389 or 4440317. OLE color: 4440317.

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

Color convert

RGB 253 192 67 -
CMYK 0 0.24 0.74 0.01
HSL 40.32º 0.98% 0.63% -
HSV(B) 40.32º 0.74% 0.99% -
XYZ 60.37 58.99 13.51 -
YUV 195.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 253 192 67 0 0.24 0.74 0.01 40.32 0.98 0.63
Hex FD C0 43 0 18 4A 1 28 62 3F
Octal 375 300 103 0 30 112 1 50 142 77
Binary 11111101 11000000 1000011 0 11000 1001010 1 101000 1100010 111111

Color Harmonies of #FDC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC043

Black with #FDC043

Text Example


Text Example

White with #FDC043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC043; }

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

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

background-color css

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

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

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

border-color css

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

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

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