Html Css Color HEX #F1C602 Golden Poppy

📋 copy color: '#F1C602'

red 241 ◦ green 198 ◦ blue 2

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

Shades of Golden Poppy #F1C602

Tints of Golden Poppy #F1C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

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

R = 54.65%
G = 44.9%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1C602 (or 0xF1C602) is known color: Golden Poppy. HEX triplet: F1, C6 and 02. RGB value is (241,198,2). Sum of RGB (Red+Green+Blue) = 241+198+2=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C602 is #0E39FD. Grayscale: #BDBDBD. Windows color (decimal): -932350 or 182001. OLE color: 182001.

HSL color Cylindrical-coordinate representation of color #F1C602: hue angle of 49.21º 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 #F1C602 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 2 -
CMYK 0 0.18 0.99 0.05
HSL 49.21º 0.98% 0.48% -
HSV(B) 49.21º 0.99% 0.95% -
XYZ 56.48 59.09 8.49 -
YUV 188.51 22.75 165.44 -
System Red Green Blue C M Y K H S L
Decimal 241 198 2 0 0.18 0.99 0.05 49.21 0.98 0.48
Hex F1 C6 2 0 12 63 5 31 62 30
Octal 361 306 2 0 22 143 5 61 142 60
Binary 11110001 11000110 10 0 10010 1100011 101 110001 1100010 110000

Color Harmonies of #F1C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C602

Black with #F1C602

Text Example


Text Example

White with #F1C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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