Html Css Color HEX #FAC610 Golden Poppy

📋 copy color: '#FAC610'

red 250 ◦ green 198 ◦ blue 16

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

Shades of Golden Poppy #FAC610

Tints of Golden Poppy #FAC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 16 (6.64% from 255) = 3.45%

R = 53.88%
G = 42.67%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC610 (or 0xFAC610) is known color: Golden Poppy. HEX triplet: FA, C6 and 10. RGB value is (250,198,16). Sum of RGB (Red+Green+Blue) = 250+198+16=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC610 is #0539EF. Grayscale: #C1C1C1. Windows color (decimal): -342512 or 1099514. OLE color: 1099514.

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

Color convert

RGB 250 198 16 -
CMYK 0 0.21 0.94 0.02
HSL 46.67º 0.96% 0.52% -
HSV(B) 46.67º 0.94% 0.98% -
XYZ 59.71 60.75 9.07 -
YUV 192.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 250 198 16 0 0.21 0.94 0.02 46.67 0.96 0.52
Hex FA C6 10 0 15 5E 2 2F 60 34
Octal 372 306 20 0 25 136 2 57 140 64
Binary 11111010 11000110 10000 0 10101 1011110 10 101111 1100000 110100

Color Harmonies of #FAC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC610

Black with #FAC610

Text Example


Text Example

White with #FAC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC610; }

 p { color: rgb(250,198,16); }

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

background-color css

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

 a { background-color: rgb(250,198,16); }

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

border-color css

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

 span { border-color: rgb(250,198,16); }

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