Html Css Color HEX #FCC30B Golden Poppy

📋 copy color: '#FCC30B'

red 252 ◦ green 195 ◦ blue 11

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

Shades of Golden Poppy #FCC30B

Tints of Golden Poppy #FCC30B

RGB

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

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

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

R = 55.02%
G = 42.58%
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

#FCC30B (or 0xFCC30B) is known color: Golden Poppy. HEX triplet: FC, C3 and 0B. RGB value is (252,195,11). Sum of RGB (Red+Green+Blue) = 252+195+11=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC30B is #033CF4. Grayscale: #BFBFBF. Windows color (decimal): -212213 or 771068. OLE color: 771068.

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

Color convert

RGB 252 195 11 -
CMYK 0 0.23 0.96 0.01
HSL 45.81º 0.98% 0.52% -
HSV(B) 45.81º 0.96% 0.99% -
XYZ 59.72 59.75 8.7 -
YUV 191.07 26.38 171.46 -
System Red Green Blue C M Y K H S L
Decimal 252 195 11 0 0.23 0.96 0.01 45.81 0.98 0.52
Hex FC C3 B 0 17 60 1 2E 62 34
Octal 374 303 13 0 27 140 1 56 142 64
Binary 11111100 11000011 1011 0 10111 1100000 1 101110 1100010 110100

Color Harmonies of #FCC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC30B

Black with #FCC30B

Text Example


Text Example

White with #FCC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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