Html Css Color HEX #FFC411 Golden Poppy

📋 copy color: '#FFC411'

red 255 ◦ green 196 ◦ blue 17

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

Shades of Golden Poppy #FFC411

Tints of Golden Poppy #FFC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.88%

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

R = 54.49%
G = 41.88%
B = 3.63%

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

#FFC411 (or 0xFFC411) is known color: Golden Poppy. HEX triplet: FF, C4 and 11. RGB value is (255,196,17). Sum of RGB (Red+Green+Blue) = 255+196+17=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC411 is #003BEE. Grayscale: #C2C2C2. Windows color (decimal): -15343 or 1164543. OLE color: 1164543.

HSL color Cylindrical-coordinate representation of color #FFC411: hue angle of 45.13º 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 #FFC411 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 196 17 -
CMYK 0 0.23 0.93 0
HSL 45.13º 1% 0.53% -
HSV(B) 45.13º 0.93% 1% -
XYZ 61.08 60.78 9.04 -
YUV 193.24 28.55 172.05 -
System Red Green Blue C M Y K H S L
Decimal 255 196 17 0 0.23 0.93 0 45.13 1 0.53
Hex FF C4 11 0 17 5D 0 2D 64 35
Octal 377 304 21 0 27 135 0 55 144 65
Binary 11111111 11000100 10001 0 10111 1011101 0 101101 1100100 110101

Color Harmonies of #FFC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC411

Black with #FFC411

Text Example


Text Example

White with #FFC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC411; }

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

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

background-color css

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

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

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

border-color css

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

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

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