Html Css Color HEX #FDC844 Golden Tainoi

📋 copy color: '#FDC844'

red 253 ◦ green 200 ◦ blue 68

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

Shades of Golden Tainoi #FDC844

Tints of Golden Tainoi #FDC844

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.39%

 BLUE value IS 68 (26.95% from 255) = 13.05%

R = 48.56%
G = 38.39%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDC844 (or 0xFDC844) is known color: Golden Tainoi. HEX triplet: FD, C8 and 44. RGB value is (253,200,68). Sum of RGB (Red+Green+Blue) = 253+200+68=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC844 is #0237BB. Grayscale: #C9C9C9. Windows color (decimal): -145340 or 4507901. OLE color: 4507901.

HSL color Cylindrical-coordinate representation of color #FDC844: hue angle of 42.81º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDC844 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 68 -
CMYK 0 0.21 0.73 0.01
HSL 42.81º 0.98% 0.63% -
HSV(B) 42.81º 0.73% 0.99% -
XYZ 62.21 62.61 14.27 -
YUV 200.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 253 200 68 0 0.21 0.73 0.01 42.81 0.98 0.63
Hex FD C8 44 0 15 49 1 2B 62 3F
Octal 375 310 104 0 25 111 1 53 142 77
Binary 11111101 11001000 1000100 0 10101 1001001 1 101011 1100010 111111

Color Harmonies of #FDC844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC844

Black with #FDC844

Text Example


Text Example

White with #FDC844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC844; }

 p { color: rgb(253,200,68); }

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

background-color css

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

 a { background-color: rgb(253,200,68); }

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

border-color css

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

 span { border-color: rgb(253,200,68); }

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