Html Css Color HEX #FCC30F Golden Poppy

📋 copy color: '#FCC30F'

red 252 ◦ green 195 ◦ blue 15

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

Shades of Golden Poppy #FCC30F

Tints of Golden Poppy #FCC30F

RGB

 RED value IS 252 (98.83% from 255) = 54.55%

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 54.55%
G = 42.21%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCC30F (or 0xFCC30F) is known color: Golden Poppy. HEX triplet: FC, C3 and 0F. RGB value is (252,195,15). Sum of RGB (Red+Green+Blue) = 252+195+15=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC30F is #033CF0. Grayscale: #C0C0C0. Windows color (decimal): -212209 or 1033212. OLE color: 1033212.

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

Color convert

RGB 252 195 15 -
CMYK 0 0.23 0.94 0.01
HSL 45.57º 0.98% 0.52% -
HSV(B) 45.57º 0.94% 0.99% -
XYZ 59.75 59.76 8.84 -
YUV 191.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 252 195 15 0 0.23 0.94 0.01 45.57 0.98 0.52
Hex FC C3 F 0 17 5E 1 2E 62 34
Octal 374 303 17 0 27 136 1 56 142 64
Binary 11111100 11000011 1111 0 10111 1011110 1 101110 1100010 110100

Color Harmonies of #FCC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC30F

Black with #FCC30F

Text Example


Text Example

White with #FCC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC30F; }

 p { color: rgb(252,195,15); }

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

background-color css

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

 a { background-color: rgb(252,195,15); }

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

border-color css

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

 span { border-color: rgb(252,195,15); }

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