Html Css Color HEX #FBC401 Golden Poppy

📋 copy color: '#FBC401'

red 251 ◦ green 196 ◦ blue 1

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

Shades of Golden Poppy #FBC401

Tints of Golden Poppy #FBC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

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

R = 56.03%
G = 43.75%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FBC401 (or 0xFBC401) is known color: Golden Poppy. HEX triplet: FB, C4 and 01. RGB value is (251,196,1). Sum of RGB (Red+Green+Blue) = 251+196+1=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC401 is #043BFE. Grayscale: #BFBFBF. Windows color (decimal): -277503 or 115963. OLE color: 115963.

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

Color convert

RGB 251 196 1 -
CMYK 0 0.22 1.00 0.02
HSL 46.8º 0.99% 0.49% -
HSV(B) 46.8º 1% 0.98% -
XYZ 59.53 59.99 8.47 -
YUV 190.22 21.22 171.36 -
System Red Green Blue C M Y K H S L
Decimal 251 196 1 0 0.22 1.00 0.02 46.8 0.99 0.49
Hex FB C4 1 0 16 64 2 2F 63 31
Octal 373 304 1 0 26 144 2 57 143 61
Binary 11111011 11000100 1 0 10110 1100100 10 101111 1100011 110001

Color Harmonies of #FBC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC401

Black with #FBC401

Text Example


Text Example

White with #FBC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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