Html Css Color HEX #FFC50E Golden Poppy

📋 copy color: '#FFC50E'

red 255 ◦ green 197 ◦ blue 14

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

Shades of Golden Poppy #FFC50E

Tints of Golden Poppy #FFC50E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3%

R = 54.72%
G = 42.27%
B = 3%

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

#FFC50E (or 0xFFC50E) is known color: Golden Poppy. HEX triplet: FF, C5 and 0E. RGB value is (255,197,14). Sum of RGB (Red+Green+Blue) = 255+197+14=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC50E is #003AF1. Grayscale: #C2C2C2. Windows color (decimal): -15090 or 968191. OLE color: 968191.

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

Color convert

RGB 255 197 14 -
CMYK 0 0.23 0.95 0
HSL 45.56º 1% 0.53% -
HSV(B) 45.56º 0.95% 1% -
XYZ 61.29 61.22 9 -
YUV 193.48 26.72 171.88 -
System Red Green Blue C M Y K H S L
Decimal 255 197 14 0 0.23 0.95 0 45.56 1 0.53
Hex FF C5 E 0 17 5F 0 2E 64 35
Octal 377 305 16 0 27 137 0 56 144 65
Binary 11111111 11000101 1110 0 10111 1011111 0 101110 1100100 110101

Color Harmonies of #FFC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC50E

Black with #FFC50E

Text Example


Text Example

White with #FFC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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