Html Css Color HEX #FBC502 Golden Poppy

📋 copy color: '#FBC502'

red 251 ◦ green 197 ◦ blue 2

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

Shades of Golden Poppy #FBC502

Tints of Golden Poppy #FBC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.78%

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

R = 55.78%
G = 43.78%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBC502 (or 0xFBC502) is known color: Golden Poppy. HEX triplet: FB, C5 and 02. RGB value is (251,197,2). Sum of RGB (Red+Green+Blue) = 251+197+2=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC502 is #043AFD. Grayscale: #BFBFBF. Windows color (decimal): -277246 or 181755. OLE color: 181755.

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

Color convert

RGB 251 197 2 -
CMYK 0 0.22 0.99 0.02
HSL 46.99º 0.98% 0.5% -
HSV(B) 46.99º 0.99% 0.98% -
XYZ 59.76 60.45 8.57 -
YUV 190.92 21.39 170.86 -
System Red Green Blue C M Y K H S L
Decimal 251 197 2 0 0.22 0.99 0.02 46.99 0.98 0.5
Hex FB C5 2 0 16 63 2 2F 62 32
Octal 373 305 2 0 26 143 2 57 142 62
Binary 11111011 11000101 10 0 10110 1100011 10 101111 1100010 110010

Color Harmonies of #FBC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC502

Black with #FBC502

Text Example


Text Example

White with #FBC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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