Html Css Color HEX #FFC410 Golden Poppy

📋 copy color: '#FFC410'

red 255 ◦ green 196 ◦ blue 16

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

Shades of Golden Poppy #FFC410

Tints of Golden Poppy #FFC410

RGB

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

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

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

R = 54.6%
G = 41.97%
B = 3.43%

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

#FFC410 (or 0xFFC410) is known color: Golden Poppy. HEX triplet: FF, C4 and 10. RGB value is (255,196,16). Sum of RGB (Red+Green+Blue) = 255+196+16=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC410 is #003BEF. Grayscale: #C1C1C1. Windows color (decimal): -15344 or 1099007. OLE color: 1099007.

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

Color convert

RGB 255 196 16 -
CMYK 0 0.23 0.94 0
HSL 45.19º 1% 0.53% -
HSV(B) 45.19º 0.94% 1% -
XYZ 61.07 60.78 9 -
YUV 193.12 28.05 172.14 -
System Red Green Blue C M Y K H S L
Decimal 255 196 16 0 0.23 0.94 0 45.19 1 0.53
Hex FF C4 10 0 17 5E 0 2D 64 35
Octal 377 304 20 0 27 136 0 55 144 65
Binary 11111111 11000100 10000 0 10111 1011110 0 101101 1100100 110101

Color Harmonies of #FFC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC410

Black with #FFC410

Text Example


Text Example

White with #FFC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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