Html Css Color HEX #FFC510 Golden Poppy

📋 copy color: '#FFC510'

red 255 ◦ green 197 ◦ blue 16

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

Shades of Golden Poppy #FFC510

Tints of Golden Poppy #FFC510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.42%

R = 54.49%
G = 42.09%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC510 (or 0xFFC510) is known color: Golden Poppy. HEX triplet: FF, C5 and 10. RGB value is (255,197,16). Sum of RGB (Red+Green+Blue) = 255+197+16=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC510 is #003AEF. Grayscale: #C2C2C2. Windows color (decimal): -15088 or 1099263. OLE color: 1099263.

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

Color convert

RGB 255 197 16 -
CMYK 0 0.23 0.94 0
HSL 45.44º 1% 0.53% -
HSV(B) 45.44º 0.94% 1% -
XYZ 61.3 61.23 9.08 -
YUV 193.71 27.72 171.72 -
System Red Green Blue C M Y K H S L
Decimal 255 197 16 0 0.23 0.94 0 45.44 1 0.53
Hex FF C5 10 0 17 5E 0 2D 64 35
Octal 377 305 20 0 27 136 0 55 144 65
Binary 11111111 11000101 10000 0 10111 1011110 0 101101 1100100 110101

Color Harmonies of #FFC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC510

Black with #FFC510

Text Example


Text Example

White with #FFC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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