Html Css Color HEX #F1BF02 Golden Poppy

📋 copy color: '#F1BF02'

red 241 ◦ green 191 ◦ blue 2

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

Shades of Golden Poppy #F1BF02

Tints of Golden Poppy #F1BF02

RGB

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

 GREEN value IS 191 (75% from 255) = 44.01%

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

R = 55.53%
G = 44.01%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F1BF02 (or 0xF1BF02) is known color: Golden Poppy. HEX triplet: F1, BF and 02. RGB value is (241,191,2). Sum of RGB (Red+Green+Blue) = 241+191+2=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BF02 is #0E40FD. Grayscale: #B9B9B9. Windows color (decimal): -934142 or 180209. OLE color: 180209.

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

Color convert

RGB 241 191 2 -
CMYK 0 0.21 0.99 0.05
HSL 47.45º 0.98% 0.48% -
HSV(B) 47.45º 0.99% 0.95% -
XYZ 54.92 55.97 7.97 -
YUV 184.4 25.07 168.37 -
System Red Green Blue C M Y K H S L
Decimal 241 191 2 0 0.21 0.99 0.05 47.45 0.98 0.48
Hex F1 BF 2 0 15 63 5 2F 62 30
Octal 361 277 2 0 25 143 5 57 142 60
Binary 11110001 10111111 10 0 10101 1100011 101 101111 1100010 110000

Color Harmonies of #F1BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF02

Black with #F1BF02

Text Example


Text Example

White with #F1BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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