Html Css Color HEX #FBC20E Golden Poppy

📋 copy color: '#FBC20E'

red 251 ◦ green 194 ◦ blue 14

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

Shades of Golden Poppy #FBC20E

Tints of Golden Poppy #FBC20E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

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

R = 54.68%
G = 42.27%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBC20E (or 0xFBC20E) is known color: Golden Poppy. HEX triplet: FB, C2 and 0E. RGB value is (251,194,14). Sum of RGB (Red+Green+Blue) = 251+194+14=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC20E is #043DF1. Grayscale: #BFBFBF. Windows color (decimal): -278002 or 967419. OLE color: 967419.

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

Color convert

RGB 251 194 14 -
CMYK 0 0.23 0.94 0.02
HSL 45.57º 0.97% 0.52% -
HSV(B) 45.57º 0.94% 0.98% -
XYZ 59.15 59.12 8.71 -
YUV 190.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 251 194 14 0 0.23 0.94 0.02 45.57 0.97 0.52
Hex FB C2 E 0 17 5E 2 2E 61 34
Octal 373 302 16 0 27 136 2 56 141 64
Binary 11111011 11000010 1110 0 10111 1011110 10 101110 1100001 110100

Color Harmonies of #FBC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC20E

Black with #FBC20E

Text Example


Text Example

White with #FBC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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