Html Css Color HEX #F1BC02 Golden Poppy

📋 copy color: '#F1BC02'

red 241 ◦ green 188 ◦ blue 2

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

Shades of Golden Poppy #F1BC02

Tints of Golden Poppy #F1BC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 55.92%
G = 43.62%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1BC02 (or 0xF1BC02) is known color: Golden Poppy. HEX triplet: F1, BC and 02. RGB value is (241,188,2). Sum of RGB (Red+Green+Blue) = 241+188+2=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BC02 is #0E43FD. Grayscale: #B7B7B7. Windows color (decimal): -934910 or 179441. OLE color: 179441.

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

Color convert

RGB 241 188 2 -
CMYK 0 0.22 0.99 0.05
HSL 46.69º 0.98% 0.48% -
HSV(B) 46.69º 0.99% 0.95% -
XYZ 54.27 54.67 7.75 -
YUV 182.64 26.06 169.62 -
System Red Green Blue C M Y K H S L
Decimal 241 188 2 0 0.22 0.99 0.05 46.69 0.98 0.48
Hex F1 BC 2 0 16 63 5 2F 62 30
Octal 361 274 2 0 26 143 5 57 142 60
Binary 11110001 10111100 10 0 10110 1100011 101 101111 1100010 110000

Color Harmonies of #F1BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC02

Black with #F1BC02

Text Example


Text Example

White with #F1BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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