Html Css Color HEX #FBC110 Golden Poppy

📋 copy color: '#FBC110'

red 251 ◦ green 193 ◦ blue 16

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

Shades of Golden Poppy #FBC110

Tints of Golden Poppy #FBC110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.48%

R = 54.57%
G = 41.96%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC110 (or 0xFBC110) is known color: Golden Poppy. HEX triplet: FB, C1 and 10. RGB value is (251,193,16). Sum of RGB (Red+Green+Blue) = 251+193+16=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC110 is #043EEF. Grayscale: #BEBEBE. Windows color (decimal): -278256 or 1098235. OLE color: 1098235.

HSL color Cylindrical-coordinate representation of color #FBC110: hue angle of 45.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBC110 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 16 -
CMYK 0 0.23 0.94 0.02
HSL 45.19º 0.97% 0.52% -
HSV(B) 45.19º 0.94% 0.98% -
XYZ 58.95 58.69 8.71 -
YUV 190.16 29.72 171.39 -
System Red Green Blue C M Y K H S L
Decimal 251 193 16 0 0.23 0.94 0.02 45.19 0.97 0.52
Hex FB C1 10 0 17 5E 2 2D 61 34
Octal 373 301 20 0 27 136 2 55 141 64
Binary 11111011 11000001 10000 0 10111 1011110 10 101101 1100001 110100

Color Harmonies of #FBC110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC110

Black with #FBC110

Text Example


Text Example

White with #FBC110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC110; }

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

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

background-color css

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

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

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

border-color css

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

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

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