Html Css Color HEX #FDC848 Golden Tainoi

📋 copy color: '#FDC848'

red 253 ◦ green 200 ◦ blue 72

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

Shades of Golden Tainoi #FDC848

Tints of Golden Tainoi #FDC848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.71%

R = 48.19%
G = 38.1%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDC848 (or 0xFDC848) is known color: Golden Tainoi. HEX triplet: FD, C8 and 48. RGB value is (253,200,72). Sum of RGB (Red+Green+Blue) = 253+200+72=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC848 is #0237B7. Grayscale: #C9C9C9. Windows color (decimal): -145336 or 4770045. OLE color: 4770045.

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

Color convert

RGB 253 200 72 -
CMYK 0 0.21 0.72 0.01
HSL 42.43º 0.98% 0.64% -
HSV(B) 42.43º 0.72% 0.99% -
XYZ 62.33 62.66 14.94 -
YUV 201.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 253 200 72 0 0.21 0.72 0.01 42.43 0.98 0.64
Hex FD C8 48 0 15 48 1 2A 62 40
Octal 375 310 110 0 25 110 1 52 142 100
Binary 11111101 11001000 1001000 0 10101 1001000 1 101010 1100010 1000000

Color Harmonies of #FDC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC848

Black with #FDC848

Text Example


Text Example

White with #FDC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC848; }

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

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

background-color css

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

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

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

border-color css

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

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

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