Html Css Color HEX #FCC307 Golden Poppy

📋 copy color: '#FCC307'

red 252 ◦ green 195 ◦ blue 7

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

Shades of Golden Poppy #FCC307

Tints of Golden Poppy #FCC307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 55.51%
G = 42.95%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCC307 (or 0xFCC307) is known color: Golden Poppy. HEX triplet: FC, C3 and 07. RGB value is (252,195,7). Sum of RGB (Red+Green+Blue) = 252+195+7=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC307 is #033CF8. Grayscale: #BFBFBF. Windows color (decimal): -212217 or 508924. OLE color: 508924.

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

Color convert

RGB 252 195 7 -
CMYK 0 0.23 0.97 0.01
HSL 46.04º 0.98% 0.51% -
HSV(B) 46.04º 0.97% 0.99% -
XYZ 59.7 59.74 8.59 -
YUV 190.61 24.38 171.79 -
System Red Green Blue C M Y K H S L
Decimal 252 195 7 0 0.23 0.97 0.01 46.04 0.98 0.51
Hex FC C3 7 0 17 61 1 2E 62 33
Octal 374 303 7 0 27 141 1 56 142 63
Binary 11111100 11000011 111 0 10111 1100001 1 101110 1100010 110011

Color Harmonies of #FCC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC307

Black with #FCC307

Text Example


Text Example

White with #FCC307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC307; }

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

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

background-color css

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

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

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

border-color css

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

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

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