Html Css Color HEX #FBC60E Golden Poppy

📋 copy color: '#FBC60E'

red 251 ◦ green 198 ◦ blue 14

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

Shades of Golden Poppy #FBC60E

Tints of Golden Poppy #FBC60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 54.21%
G = 42.76%
B = 3.02%

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

#FBC60E (or 0xFBC60E) is known color: Golden Poppy. HEX triplet: FB, C6 and 0E. RGB value is (251,198,14). Sum of RGB (Red+Green+Blue) = 251+198+14=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60E is #0439F1. Grayscale: #C1C1C1. Windows color (decimal): -276978 or 968443. OLE color: 968443.

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

Color convert

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

Color Harmonies of #FBC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC60E

Black with #FBC60E

Text Example


Text Example

White with #FBC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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