Html Css Color HEX #FAC502 Golden Poppy

📋 copy color: '#FAC502'

red 250 ◦ green 197 ◦ blue 2

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

Shades of Golden Poppy #FAC502

Tints of Golden Poppy #FAC502

RGB

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

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

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

R = 55.68%
G = 43.88%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAC502 (or 0xFAC502) is known color: Golden Poppy. HEX triplet: FA, C5 and 02. RGB value is (250,197,2). Sum of RGB (Red+Green+Blue) = 250+197+2=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC502 is #053AFD. Grayscale: #BFBFBF. Windows color (decimal): -342782 or 181754. OLE color: 181754.

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

Color convert

RGB 250 197 2 -
CMYK 0 0.21 0.99 0.02
HSL 47.18º 0.98% 0.49% -
HSV(B) 47.18º 0.99% 0.98% -
XYZ 59.4 60.26 8.56 -
YUV 190.62 21.56 170.36 -
System Red Green Blue C M Y K H S L
Decimal 250 197 2 0 0.21 0.99 0.02 47.18 0.98 0.49
Hex FA C5 2 0 15 63 2 2F 62 31
Octal 372 305 2 0 25 143 2 57 142 61
Binary 11111010 11000101 10 0 10101 1100011 10 101111 1100010 110001

Color Harmonies of #FAC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC502

Black with #FAC502

Text Example


Text Example

White with #FAC502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC502; }

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

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

background-color css

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

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

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

border-color css

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

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

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