Html Css Color HEX #FBC20D Golden Poppy

📋 copy color: '#FBC20D'

red 251 ◦ green 194 ◦ blue 13

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

Shades of Golden Poppy #FBC20D

Tints of Golden Poppy #FBC20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 54.8%
G = 42.36%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBC20D (or 0xFBC20D) is known color: Golden Poppy. HEX triplet: FB, C2 and 0D. RGB value is (251,194,13). Sum of RGB (Red+Green+Blue) = 251+194+13=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC20D is #043DF2. Grayscale: #BFBFBF. Windows color (decimal): -278003 or 901883. OLE color: 901883.

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

Color convert

RGB 251 194 13 -
CMYK 0 0.23 0.95 0.02
HSL 45.63º 0.97% 0.52% -
HSV(B) 45.63º 0.95% 0.98% -
XYZ 59.15 59.12 8.67 -
YUV 190.41 27.88 171.22 -
System Red Green Blue C M Y K H S L
Decimal 251 194 13 0 0.23 0.95 0.02 45.63 0.97 0.52
Hex FB C2 D 0 17 5F 2 2E 61 34
Octal 373 302 15 0 27 137 2 56 141 64
Binary 11111011 11000010 1101 0 10111 1011111 10 101110 1100001 110100

Color Harmonies of #FBC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC20D

Black with #FBC20D

Text Example


Text Example

White with #FBC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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