Html Css Color HEX #FBC10C Golden Poppy

📋 copy color: '#FBC10C'

red 251 ◦ green 193 ◦ blue 12

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

Shades of Golden Poppy #FBC10C

Tints of Golden Poppy #FBC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 55.04%
G = 42.32%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBC10C (or 0xFBC10C) is known color: Golden Poppy. HEX triplet: FB, C1 and 0C. RGB value is (251,193,12). Sum of RGB (Red+Green+Blue) = 251+193+12=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC10C is #043EF3. Grayscale: #BEBEBE. Windows color (decimal): -278260 or 836091. OLE color: 836091.

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

Color convert

RGB 251 193 12 -
CMYK 0 0.23 0.95 0.02
HSL 45.44º 0.97% 0.52% -
HSV(B) 45.44º 0.95% 0.98% -
XYZ 58.92 58.68 8.57 -
YUV 189.71 27.72 171.72 -
System Red Green Blue C M Y K H S L
Decimal 251 193 12 0 0.23 0.95 0.02 45.44 0.97 0.52
Hex FB C1 C 0 17 5F 2 2D 61 34
Octal 373 301 14 0 27 137 2 55 141 64
Binary 11111011 11000001 1100 0 10111 1011111 10 101101 1100001 110100

Color Harmonies of #FBC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC10C

Black with #FBC10C

Text Example


Text Example

White with #FBC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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