Html Css Color HEX #FBC101 Golden Poppy

📋 copy color: '#FBC101'

red 251 ◦ green 193 ◦ blue 1

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

Shades of Golden Poppy #FBC101

Tints of Golden Poppy #FBC101

RGB

 RED value IS 251 (98.44% from 255) = 56.4%

 GREEN value IS 193 (75.78% from 255) = 43.37%

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

R = 56.4%
G = 43.37%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC101 (or 0xFBC101) is known color: Golden Poppy. HEX triplet: FB, C1 and 01. RGB value is (251,193,1). Sum of RGB (Red+Green+Blue) = 251+193+1=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC101 is #043EFE. Grayscale: #BDBDBD. Windows color (decimal): -278271 or 115195. OLE color: 115195.

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

Color convert

RGB 251 193 1 -
CMYK 0 0.23 1.00 0.02
HSL 46.08º 0.99% 0.49% -
HSV(B) 46.08º 1% 0.98% -
XYZ 58.86 58.65 8.25 -
YUV 188.45 22.22 172.61 -
System Red Green Blue C M Y K H S L
Decimal 251 193 1 0 0.23 1.00 0.02 46.08 0.99 0.49
Hex FB C1 1 0 17 64 2 2E 63 31
Octal 373 301 1 0 27 144 2 56 143 61
Binary 11111011 11000001 1 0 10111 1100100 10 101110 1100011 110001

Color Harmonies of #FBC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC101

Black with #FBC101

Text Example


Text Example

White with #FBC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC101; }

 p { color: rgb(251,193,1); }

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

background-color css

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

 a { background-color: rgb(251,193,1); }

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

border-color css

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

 span { border-color: rgb(251,193,1); }

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