Html Css Color HEX #FDC24B Golden Tainoi

📋 copy color: '#FDC24B'

red 253 ◦ green 194 ◦ blue 75

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

Shades of Golden Tainoi #FDC24B

Tints of Golden Tainoi #FDC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 48.47%
G = 37.16%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDC24B (or 0xFDC24B) is known color: Golden Tainoi. HEX triplet: FD, C2 and 4B. RGB value is (253,194,75). Sum of RGB (Red+Green+Blue) = 253+194+75=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC24B is #023DB4. Grayscale: #C6C6C6. Windows color (decimal): -146869 or 4965117. OLE color: 4965117.

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

Color convert

RGB 253 194 75 -
CMYK 0 0.23 0.70 0.01
HSL 40.11º 0.98% 0.64% -
HSV(B) 40.11º 0.7% 0.99% -
XYZ 61.07 59.97 15.01 -
YUV 198.08 58.55 167.18 -
System Red Green Blue C M Y K H S L
Decimal 253 194 75 0 0.23 0.70 0.01 40.11 0.98 0.64
Hex FD C2 4B 0 17 46 1 28 62 40
Octal 375 302 113 0 27 106 1 50 142 100
Binary 11111101 11000010 1001011 0 10111 1000110 1 101000 1100010 1000000

Color Harmonies of #FDC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC24B

Black with #FDC24B

Text Example


Text Example

White with #FDC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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