Html Css Color HEX #FBC112 Golden Poppy

📋 copy color: '#FBC112'

red 251 ◦ green 193 ◦ blue 18

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

Shades of Golden Poppy #FBC112

Tints of Golden Poppy #FBC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 54.33%
G = 41.77%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBC112 (or 0xFBC112) is known color: Golden Poppy. HEX triplet: FB, C1 and 12. RGB value is (251,193,18). Sum of RGB (Red+Green+Blue) = 251+193+18=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC112 is #043EED. Grayscale: #BFBFBF. Windows color (decimal): -278254 or 1229307. OLE color: 1229307.

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

Color convert

RGB 251 193 18 -
CMYK 0 0.23 0.93 0.02
HSL 45.06º 0.97% 0.53% -
HSV(B) 45.06º 0.93% 0.98% -
XYZ 58.96 58.69 8.79 -
YUV 190.39 30.72 171.23 -
System Red Green Blue C M Y K H S L
Decimal 251 193 18 0 0.23 0.93 0.02 45.06 0.97 0.53
Hex FB C1 12 0 17 5D 2 2D 61 35
Octal 373 301 22 0 27 135 2 55 141 65
Binary 11111011 11000001 10010 0 10111 1011101 10 101101 1100001 110101

Color Harmonies of #FBC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC112

Black with #FBC112

Text Example


Text Example

White with #FBC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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