Html Css Color HEX #FDC30B Golden Poppy

📋 copy color: '#FDC30B'

red 253 ◦ green 195 ◦ blue 11

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

Shades of Golden Poppy #FDC30B

Tints of Golden Poppy #FDC30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 55.12%
G = 42.48%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDC30B (or 0xFDC30B) is known color: Golden Poppy. HEX triplet: FD, C3 and 0B. RGB value is (253,195,11). Sum of RGB (Red+Green+Blue) = 253+195+11=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC30B is #023CF4. Grayscale: #C0C0C0. Windows color (decimal): -146677 or 771069. OLE color: 771069.

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

Color convert

RGB 253 195 11 -
CMYK 0 0.23 0.96 0.01
HSL 45.62º 0.98% 0.52% -
HSV(B) 45.62º 0.96% 0.99% -
XYZ 60.08 59.94 8.72 -
YUV 191.37 26.22 171.96 -
System Red Green Blue C M Y K H S L
Decimal 253 195 11 0 0.23 0.96 0.01 45.62 0.98 0.52
Hex FD C3 B 0 17 60 1 2E 62 34
Octal 375 303 13 0 27 140 1 56 142 64
Binary 11111101 11000011 1011 0 10111 1100000 1 101110 1100010 110100

Color Harmonies of #FDC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC30B

Black with #FDC30B

Text Example


Text Example

White with #FDC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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