Html Css Color HEX #FAC50B Golden Poppy

📋 copy color: '#FAC50B'

red 250 ◦ green 197 ◦ blue 11

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

Shades of Golden Poppy #FAC50B

Tints of Golden Poppy #FAC50B

RGB

 RED value IS 250 (98.05% from 255) = 54.59%

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 54.59%
G = 43.01%
B = 2.4%

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

#FAC50B (or 0xFAC50B) is known color: Golden Poppy. HEX triplet: FA, C5 and 0B. RGB value is (250,197,11). Sum of RGB (Red+Green+Blue) = 250+197+11=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50B is #053AF4. Grayscale: #C0C0C0. Windows color (decimal): -342773 or 771578. OLE color: 771578.

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

Color convert

RGB 250 197 11 -
CMYK 0 0.21 0.96 0.02
HSL 46.69º 0.96% 0.51% -
HSV(B) 46.69º 0.96% 0.98% -
XYZ 59.45 60.28 8.82 -
YUV 191.64 26.06 169.62 -
System Red Green Blue C M Y K H S L
Decimal 250 197 11 0 0.21 0.96 0.02 46.69 0.96 0.51
Hex FA C5 B 0 15 60 2 2F 60 33
Octal 372 305 13 0 25 140 2 57 140 63
Binary 11111010 11000101 1011 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC50B

Black with #FAC50B

Text Example


Text Example

White with #FAC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC50B; }

 p { color: rgb(250,197,11); }

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

background-color css

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

 a { background-color: rgb(250,197,11); }

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

border-color css

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

 span { border-color: rgb(250,197,11); }

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