Html Css Color HEX #FBC102 Golden Poppy

📋 copy color: '#FBC102'

red 251 ◦ green 193 ◦ blue 2

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

Shades of Golden Poppy #FBC102

Tints of Golden Poppy #FBC102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.28%
G = 43.27%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBC102 (or 0xFBC102) is known color: Golden Poppy. HEX triplet: FB, C1 and 02. RGB value is (251,193,2). Sum of RGB (Red+Green+Blue) = 251+193+2=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC102 is #043EFD. Grayscale: #BDBDBD. Windows color (decimal): -278270 or 180731. OLE color: 180731.

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

Color convert

RGB 251 193 2 -
CMYK 0 0.23 0.99 0.02
HSL 46.02º 0.98% 0.5% -
HSV(B) 46.02º 0.99% 0.98% -
XYZ 58.86 58.65 8.28 -
YUV 188.57 22.72 172.53 -
System Red Green Blue C M Y K H S L
Decimal 251 193 2 0 0.23 0.99 0.02 46.02 0.98 0.5
Hex FB C1 2 0 17 63 2 2E 62 32
Octal 373 301 2 0 27 143 2 56 142 62
Binary 11111011 11000001 10 0 10111 1100011 10 101110 1100010 110010

Color Harmonies of #FBC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC102

Black with #FBC102

Text Example


Text Example

White with #FBC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC102; }

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

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

background-color css

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

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

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

border-color css

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

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

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