Html Css Color HEX #FBC60F Golden Poppy

📋 copy color: '#FBC60F'

red 251 ◦ green 198 ◦ blue 15

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

Shades of Golden Poppy #FBC60F

Tints of Golden Poppy #FBC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 54.09%
G = 42.67%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC60F (or 0xFBC60F) is known color: Golden Poppy. HEX triplet: FB, C6 and 0F. RGB value is (251,198,15). Sum of RGB (Red+Green+Blue) = 251+198+15=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60F is #0439F0. Grayscale: #C1C1C1. Windows color (decimal): -276977 or 1033979. OLE color: 1033979.

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

Color convert

RGB 251 198 15 -
CMYK 0 0.21 0.94 0.02
HSL 46.53º 0.97% 0.52% -
HSV(B) 46.53º 0.94% 0.98% -
XYZ 60.06 60.93 9.05 -
YUV 192.99 27.56 169.38 -
System Red Green Blue C M Y K H S L
Decimal 251 198 15 0 0.21 0.94 0.02 46.53 0.97 0.52
Hex FB C6 F 0 15 5E 2 2F 61 34
Octal 373 306 17 0 25 136 2 57 141 64
Binary 11111011 11000110 1111 0 10101 1011110 10 101111 1100001 110100

Color Harmonies of #FBC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC60F

Black with #FBC60F

Text Example


Text Example

White with #FBC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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