Html Css Color HEX #FBC002 Golden Poppy

📋 copy color: '#FBC002'

red 251 ◦ green 192 ◦ blue 2

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

Shades of Golden Poppy #FBC002

Tints of Golden Poppy #FBC002

RGB

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

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

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

R = 56.4%
G = 43.15%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBC002 (or 0xFBC002) is known color: Golden Poppy. HEX triplet: FB, C0 and 02. RGB value is (251,192,2). Sum of RGB (Red+Green+Blue) = 251+192+2=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC002 is #043FFD. Grayscale: #BCBCBC. Windows color (decimal): -278526 or 180475. OLE color: 180475.

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

Color convert

RGB 251 192 2 -
CMYK 0 0.24 0.99 0.02
HSL 45.78º 0.98% 0.5% -
HSV(B) 45.78º 0.99% 0.98% -
XYZ 58.64 58.21 8.2 -
YUV 187.98 23.05 172.95 -
System Red Green Blue C M Y K H S L
Decimal 251 192 2 0 0.24 0.99 0.02 45.78 0.98 0.5
Hex FB C0 2 0 18 63 2 2E 62 32
Octal 373 300 2 0 30 143 2 56 142 62
Binary 11111011 11000000 10 0 11000 1100011 10 101110 1100010 110010

Color Harmonies of #FBC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC002

Black with #FBC002

Text Example


Text Example

White with #FBC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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