Html Css Color HEX #F1BA01 Golden Poppy

📋 copy color: '#F1BA01'

red 241 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #F1BA01

Tints of Golden Poppy #F1BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 56.31%
G = 43.46%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1BA01 (or 0xF1BA01) is known color: Golden Poppy. HEX triplet: F1, BA and 01. RGB value is (241,186,1). Sum of RGB (Red+Green+Blue) = 241+186+1=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BA01 is #0E45FE. Grayscale: #B6B6B6. Windows color (decimal): -935423 or 113393. OLE color: 113393.

HSL color Cylindrical-coordinate representation of color #F1BA01: hue angle of 46.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1BA01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 186 1 -
CMYK 0 0.23 1.00 0.05
HSL 46.25º 0.99% 0.47% -
HSV(B) 46.25º 1% 0.95% -
XYZ 53.84 53.82 7.58 -
YUV 181.36 26.22 170.54 -
System Red Green Blue C M Y K H S L
Decimal 241 186 1 0 0.23 1.00 0.05 46.25 0.99 0.47
Hex F1 BA 1 0 17 64 5 2E 63 2F
Octal 361 272 1 0 27 144 5 56 143 57
Binary 11110001 10111010 1 0 10111 1100100 101 101110 1100011 101111

Color Harmonies of #F1BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA01

Black with #F1BA01

Text Example


Text Example

White with #F1BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA01; }

 p { color: rgb(241,186,1); }

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

background-color css

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

 a { background-color: rgb(241,186,1); }

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

border-color css

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

 span { border-color: rgb(241,186,1); }

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