Html Css Color HEX #FFC504 Golden Poppy

📋 copy color: '#FFC504'

red 255 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #FFC504

Tints of Golden Poppy #FFC504

RGB

 RED value IS 255 (100% from 255) = 55.92%

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 55.92%
G = 43.2%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC504 (or 0xFFC504) is known color: Golden Poppy. HEX triplet: FF, C5 and 04. RGB value is (255,197,4). Sum of RGB (Red+Green+Blue) = 255+197+4=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC504 is #003AFB. Grayscale: #C1C1C1. Windows color (decimal): -15100 or 312831. OLE color: 312831.

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

Color convert

RGB 255 197 4 -
CMYK 0 0.23 0.98 0
HSL 46.14º 1% 0.51% -
HSV(B) 46.14º 0.98% 1% -
XYZ 61.23 61.2 8.7 -
YUV 192.34 21.72 172.69 -
System Red Green Blue C M Y K H S L
Decimal 255 197 4 0 0.23 0.98 0 46.14 1 0.51
Hex FF C5 4 0 17 62 0 2E 64 33
Octal 377 305 4 0 27 142 0 56 144 63
Binary 11111111 11000101 100 0 10111 1100010 0 101110 1100100 110011

Color Harmonies of #FFC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC504

Black with #FFC504

Text Example


Text Example

White with #FFC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC504; }

 p { color: rgb(255,197,4); }

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

background-color css

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

 a { background-color: rgb(255,197,4); }

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

border-color css

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

 span { border-color: rgb(255,197,4); }

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