Html Css Color HEX #F1C402 Golden Poppy

📋 copy color: '#F1C402'

red 241 ◦ green 196 ◦ blue 2

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

Shades of Golden Poppy #F1C402

Tints of Golden Poppy #F1C402

RGB

 RED value IS 241 (94.53% from 255) = 54.9%

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 54.9%
G = 44.65%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1C402 (or 0xF1C402) is known color: Golden Poppy. HEX triplet: F1, C4 and 02. RGB value is (241,196,2). Sum of RGB (Red+Green+Blue) = 241+196+2=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C402 is #0E3BFD. Grayscale: #BCBCBC. Windows color (decimal): -932862 or 181489. OLE color: 181489.

HSL color Cylindrical-coordinate representation of color #F1C402: hue angle of 48.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1C402 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 2 -
CMYK 0 0.19 0.99 0.05
HSL 48.7º 0.98% 0.48% -
HSV(B) 48.7º 0.99% 0.95% -
XYZ 56.03 58.19 8.34 -
YUV 187.34 23.41 166.27 -
System Red Green Blue C M Y K H S L
Decimal 241 196 2 0 0.19 0.99 0.05 48.7 0.98 0.48
Hex F1 C4 2 0 13 63 5 31 62 30
Octal 361 304 2 0 23 143 5 61 142 60
Binary 11110001 11000100 10 0 10011 1100011 101 110001 1100010 110000

Color Harmonies of #F1C402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C402

Black with #F1C402

Text Example


Text Example

White with #F1C402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C402; }

 p { color: rgb(241,196,2); }

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

background-color css

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

 a { background-color: rgb(241,196,2); }

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

border-color css

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

 span { border-color: rgb(241,196,2); }

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