Html Css Color HEX #FFC50C Golden Poppy

📋 copy color: '#FFC50C'

red 255 ◦ green 197 ◦ blue 12

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

Shades of Golden Poppy #FFC50C

Tints of Golden Poppy #FFC50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 54.96%
G = 42.46%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC50C (or 0xFFC50C) is known color: Golden Poppy. HEX triplet: FF, C5 and 0C. RGB value is (255,197,12). Sum of RGB (Red+Green+Blue) = 255+197+12=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC50C is #003AF3. Grayscale: #C2C2C2. Windows color (decimal): -15092 or 837119. OLE color: 837119.

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

Color convert

RGB 255 197 12 -
CMYK 0 0.23 0.95 0
HSL 45.68º 1% 0.52% -
HSV(B) 45.68º 0.95% 1% -
XYZ 61.27 61.22 8.93 -
YUV 193.25 25.72 172.04 -
System Red Green Blue C M Y K H S L
Decimal 255 197 12 0 0.23 0.95 0 45.68 1 0.52
Hex FF C5 C 0 17 5F 0 2E 64 34
Octal 377 305 14 0 27 137 0 56 144 64
Binary 11111111 11000101 1100 0 10111 1011111 0 101110 1100100 110100

Color Harmonies of #FFC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC50C

Black with #FFC50C

Text Example


Text Example

White with #FFC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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