Html Css Color HEX #FDC84B Golden Tainoi

📋 copy color: '#FDC84B'

red 253 ◦ green 200 ◦ blue 75

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

Shades of Golden Tainoi #FDC84B

Tints of Golden Tainoi #FDC84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.2%

R = 47.92%
G = 37.88%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC84B (or 0xFDC84B) is known color: Golden Tainoi. HEX triplet: FD, C8 and 4B. RGB value is (253,200,75). Sum of RGB (Red+Green+Blue) = 253+200+75=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC84B is #0237B4. Grayscale: #CACACA. Windows color (decimal): -145333 or 4966653. OLE color: 4966653.

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

Color convert

RGB 253 200 75 -
CMYK 0 0.21 0.70 0.01
HSL 42.13º 0.98% 0.64% -
HSV(B) 42.13º 0.7% 0.99% -
XYZ 62.43 62.7 15.47 -
YUV 201.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 253 200 75 0 0.21 0.70 0.01 42.13 0.98 0.64
Hex FD C8 4B 0 15 46 1 2A 62 40
Octal 375 310 113 0 25 106 1 52 142 100
Binary 11111101 11001000 1001011 0 10101 1000110 1 101010 1100010 1000000

Color Harmonies of #FDC84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC84B

Black with #FDC84B

Text Example


Text Example

White with #FDC84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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