Html Css Color HEX #FAC202 Golden Poppy

📋 copy color: '#FAC202'

red 250 ◦ green 194 ◦ blue 2

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

Shades of Golden Poppy #FAC202

Tints of Golden Poppy #FAC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.05%
G = 43.5%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAC202 (or 0xFAC202) is known color: Golden Poppy. HEX triplet: FA, C2 and 02. RGB value is (250,194,2). Sum of RGB (Red+Green+Blue) = 250+194+2=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC202 is #053DFD. Grayscale: #BDBDBD. Windows color (decimal): -343550 or 180986. OLE color: 180986.

HSL color Cylindrical-coordinate representation of color #FAC202: hue angle of 46.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC202 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 194 2 -
CMYK 0 0.22 0.99 0.02
HSL 46.45º 0.98% 0.49% -
HSV(B) 46.45º 0.99% 0.98% -
XYZ 58.73 58.91 8.33 -
YUV 188.86 22.55 171.61 -
System Red Green Blue C M Y K H S L
Decimal 250 194 2 0 0.22 0.99 0.02 46.45 0.98 0.49
Hex FA C2 2 0 16 63 2 2E 62 31
Octal 372 302 2 0 26 143 2 56 142 61
Binary 11111010 11000010 10 0 10110 1100011 10 101110 1100010 110001

Color Harmonies of #FAC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC202

Black with #FAC202

Text Example


Text Example

White with #FAC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC202; }

 p { color: rgb(250,194,2); }

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

background-color css

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

 a { background-color: rgb(250,194,2); }

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

border-color css

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

 span { border-color: rgb(250,194,2); }

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