Html Css Color HEX #FDC04B Golden Tainoi

📋 copy color: '#FDC04B'

red 253 ◦ green 192 ◦ blue 75

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

Shades of Golden Tainoi #FDC04B

Tints of Golden Tainoi #FDC04B

RGB

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

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

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

R = 48.65%
G = 36.92%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC04B (or 0xFDC04B) is known color: Golden Tainoi. HEX triplet: FD, C0 and 4B. RGB value is (253,192,75). Sum of RGB (Red+Green+Blue) = 253+192+75=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC04B is #023FB4. Grayscale: #C5C5C5. Windows color (decimal): -147381 or 4964605. OLE color: 4964605.

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

Color convert

RGB 253 192 75 -
CMYK 0 0.24 0.70 0.01
HSL 39.44º 0.98% 0.64% -
HSV(B) 39.44º 0.7% 0.99% -
XYZ 60.63 59.09 14.87 -
YUV 196.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 253 192 75 0 0.24 0.70 0.01 39.44 0.98 0.64
Hex FD C0 4B 0 18 46 1 27 62 40
Octal 375 300 113 0 30 106 1 47 142 100
Binary 11111101 11000000 1001011 0 11000 1000110 1 100111 1100010 1000000

Color Harmonies of #FDC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC04B

Black with #FDC04B

Text Example


Text Example

White with #FDC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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