Html Css Color HEX #FBC010 Golden Poppy

📋 copy color: '#FBC010'

red 251 ◦ green 192 ◦ blue 16

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

Shades of Golden Poppy #FBC010

Tints of Golden Poppy #FBC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

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

R = 54.68%
G = 41.83%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC010 (or 0xFBC010) is known color: Golden Poppy. HEX triplet: FB, C0 and 10. RGB value is (251,192,16). Sum of RGB (Red+Green+Blue) = 251+192+16=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC010 is #043FEF. Grayscale: #BEBEBE. Windows color (decimal): -278512 or 1097979. OLE color: 1097979.

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

Color convert

RGB 251 192 16 -
CMYK 0 0.24 0.94 0.02
HSL 44.94º 0.97% 0.52% -
HSV(B) 44.94º 0.94% 0.98% -
XYZ 58.73 58.25 8.64 -
YUV 189.58 30.05 171.81 -
System Red Green Blue C M Y K H S L
Decimal 251 192 16 0 0.24 0.94 0.02 44.94 0.97 0.52
Hex FB C0 10 0 18 5E 2 2D 61 34
Octal 373 300 20 0 30 136 2 55 141 64
Binary 11111011 11000000 10000 0 11000 1011110 10 101101 1100001 110100

Color Harmonies of #FBC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC010

Black with #FBC010

Text Example


Text Example

White with #FBC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC010; }

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

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

background-color css

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

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

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

border-color css

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

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

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