Html Css Color HEX #FFC511 Golden Poppy

📋 copy color: '#FFC511'

red 255 ◦ green 197 ◦ blue 17

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

Shades of Golden Poppy #FFC511

Tints of Golden Poppy #FFC511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 54.37%
G = 42%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC511 (or 0xFFC511) is known color: Golden Poppy. HEX triplet: FF, C5 and 11. RGB value is (255,197,17). Sum of RGB (Red+Green+Blue) = 255+197+17=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 17 (7.03% from 255 or 3.62% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC511 is #003AEE. Grayscale: #C2C2C2. Windows color (decimal): -15087 or 1164799. OLE color: 1164799.

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

Color convert

RGB 255 197 17 -
CMYK 0 0.23 0.93 0
HSL 45.38º 1% 0.53% -
HSV(B) 45.38º 0.93% 1% -
XYZ 61.31 61.23 9.12 -
YUV 193.82 28.22 171.64 -
System Red Green Blue C M Y K H S L
Decimal 255 197 17 0 0.23 0.93 0 45.38 1 0.53
Hex FF C5 11 0 17 5D 0 2D 64 35
Octal 377 305 21 0 27 135 0 55 144 65
Binary 11111111 11000101 10001 0 10111 1011101 0 101101 1100100 110101

Color Harmonies of #FFC511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC511

Black with #FFC511

Text Example


Text Example

White with #FFC511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC511; }

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

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

background-color css

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

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

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

border-color css

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

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

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