Html Css Color HEX #F1C702 Golden Poppy

📋 copy color: '#F1C702'

red 241 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #F1C702

Tints of Golden Poppy #F1C702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 54.52%
G = 45.02%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1C702 (or 0xF1C702) is known color: Golden Poppy. HEX triplet: F1, C7 and 02. RGB value is (241,199,2). Sum of RGB (Red+Green+Blue) = 241+199+2=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C702 is #0E38FD. Grayscale: #BDBDBD. Windows color (decimal): -932094 or 182257. OLE color: 182257.

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

Color convert

RGB 241 199 2 -
CMYK 0 0.17 0.99 0.05
HSL 49.46º 0.98% 0.48% -
HSV(B) 49.46º 0.99% 0.95% -
XYZ 56.71 59.55 8.56 -
YUV 189.1 22.41 165.02 -
System Red Green Blue C M Y K H S L
Decimal 241 199 2 0 0.17 0.99 0.05 49.46 0.98 0.48
Hex F1 C7 2 0 11 63 5 31 62 30
Octal 361 307 2 0 21 143 5 61 142 60
Binary 11110001 11000111 10 0 10001 1100011 101 110001 1100010 110000

Color Harmonies of #F1C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C702

Black with #F1C702

Text Example


Text Example

White with #F1C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C702; }

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

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

background-color css

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

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

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

border-color css

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

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

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