Html Css Color HEX #FBC60B Golden Poppy

📋 copy color: '#FBC60B'

red 251 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #FBC60B

Tints of Golden Poppy #FBC60B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 54.57%
G = 43.04%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBC60B (or 0xFBC60B) is known color: Golden Poppy. HEX triplet: FB, C6 and 0B. RGB value is (251,198,11). Sum of RGB (Red+Green+Blue) = 251+198+11=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60B is #0439F4. Grayscale: #C1C1C1. Windows color (decimal): -276981 or 771835. OLE color: 771835.

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

Color convert

RGB 251 198 11 -
CMYK 0 0.21 0.96 0.02
HSL 46.75º 0.97% 0.51% -
HSV(B) 46.75º 0.96% 0.98% -
XYZ 60.04 60.92 8.91 -
YUV 192.53 25.56 169.71 -
System Red Green Blue C M Y K H S L
Decimal 251 198 11 0 0.21 0.96 0.02 46.75 0.97 0.51
Hex FB C6 B 0 15 60 2 2F 61 33
Octal 373 306 13 0 25 140 2 57 141 63
Binary 11111011 11000110 1011 0 10101 1100000 10 101111 1100001 110011

Color Harmonies of #FBC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC60B

Black with #FBC60B

Text Example


Text Example

White with #FBC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC60B; }

 p { color: rgb(251,198,11); }

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

background-color css

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

 a { background-color: rgb(251,198,11); }

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

border-color css

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

 span { border-color: rgb(251,198,11); }

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