Html Css Color HEX #F1BD00 Golden Poppy

📋 copy color: '#F1BD00'

red 241 ◦ green 189 ◦ blue 0

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

Shades of Golden Poppy #F1BD00

Tints of Golden Poppy #F1BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.05%
G = 43.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F1BD00 (or 0xF1BD00) is known color: Golden Poppy. HEX triplet: F1, BD and 00. RGB value is (241,189,0). Sum of RGB (Red+Green+Blue) = 241+189+0=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1BD00 is #0E42FF. Grayscale: #B7B7B7. Windows color (decimal): -934656 or 48625. OLE color: 48625.

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

Color convert

RGB 241 189 0 -
CMYK 0 0.22 1 0.05
HSL 47.05º 1% 0.47% -
HSV(B) 47.05º 1% 0.95% -
XYZ 54.47 55.1 7.76 -
YUV 183 24.73 169.37 -
System Red Green Blue C M Y K H S L
Decimal 241 189 0 0 0.22 1 0.05 47.05 1 0.47
Hex F1 BD 0 0 16 64 5 2F 64 2F
Octal 361 275 0 0 26 144 5 57 144 57
Binary 11110001 10111101 0 0 10110 1100100 101 101111 1100100 101111

Color Harmonies of #F1BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BD00

Black with #F1BD00

Text Example


Text Example

White with #F1BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BD00; }

 p { color: rgb(241,189,0); }

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

background-color css

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

 a { background-color: rgb(241,189,0); }

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

border-color css

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

 span { border-color: rgb(241,189,0); }

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