Html Css Color HEX #FCC30D Golden Poppy

📋 copy color: '#FCC30D'

red 252 ◦ green 195 ◦ blue 13

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

Shades of Golden Poppy #FCC30D

Tints of Golden Poppy #FCC30D

RGB

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

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

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

R = 54.78%
G = 42.39%
B = 2.83%

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

#FCC30D (or 0xFCC30D) is known color: Golden Poppy. HEX triplet: FC, C3 and 0D. RGB value is (252,195,13). Sum of RGB (Red+Green+Blue) = 252+195+13=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC30D is #033CF2. Grayscale: #C0C0C0. Windows color (decimal): -212211 or 902140. OLE color: 902140.

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

Color convert

RGB 252 195 13 -
CMYK 0 0.23 0.95 0.01
HSL 45.69º 0.98% 0.52% -
HSV(B) 45.69º 0.95% 0.99% -
XYZ 59.73 59.75 8.77 -
YUV 191.3 27.38 171.3 -
System Red Green Blue C M Y K H S L
Decimal 252 195 13 0 0.23 0.95 0.01 45.69 0.98 0.52
Hex FC C3 D 0 17 5F 1 2E 62 34
Octal 374 303 15 0 27 137 1 56 142 64
Binary 11111100 11000011 1101 0 10111 1011111 1 101110 1100010 110100

Color Harmonies of #FCC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC30D

Black with #FCC30D

Text Example


Text Example

White with #FCC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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