Html Css Color HEX #FDC30D Golden Poppy

📋 copy color: '#FDC30D'

red 253 ◦ green 195 ◦ blue 13

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

Shades of Golden Poppy #FDC30D

Tints of Golden Poppy #FDC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

 BLUE value IS 13 (5.47% from 255) = 2.82%

R = 54.88%
G = 42.3%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDC30D (or 0xFDC30D) is known color: Golden Poppy. HEX triplet: FD, C3 and 0D. RGB value is (253,195,13). Sum of RGB (Red+Green+Blue) = 253+195+13=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC30D is #023CF2. Grayscale: #C0C0C0. Windows color (decimal): -146675 or 902141. OLE color: 902141.

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

Color convert

RGB 253 195 13 -
CMYK 0 0.23 0.95 0.01
HSL 45.5º 0.98% 0.52% -
HSV(B) 45.5º 0.95% 0.99% -
XYZ 60.1 59.94 8.78 -
YUV 191.59 27.22 171.8 -
System Red Green Blue C M Y K H S L
Decimal 253 195 13 0 0.23 0.95 0.01 45.5 0.98 0.52
Hex FD C3 D 0 17 5F 1 2E 62 34
Octal 375 303 15 0 27 137 1 56 142 64
Binary 11111101 11000011 1101 0 10111 1011111 1 101110 1100010 110100

Color Harmonies of #FDC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC30D

Black with #FDC30D

Text Example


Text Example

White with #FDC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC30D; }

 p { color: rgb(253,195,13); }

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

background-color css

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

 a { background-color: rgb(253,195,13); }

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

border-color css

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

 span { border-color: rgb(253,195,13); }

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