Html Css Color HEX #FAC60A Golden Poppy

📋 copy color: '#FAC60A'

red 250 ◦ green 198 ◦ blue 10

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

Shades of Golden Poppy #FAC60A

Tints of Golden Poppy #FAC60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 54.59%
G = 43.23%
B = 2.18%

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

#FAC60A (or 0xFAC60A) is known color: Golden Poppy. HEX triplet: FA, C6 and 0A. RGB value is (250,198,10). Sum of RGB (Red+Green+Blue) = 250+198+10=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60A is #0539F5. Grayscale: #C0C0C0. Windows color (decimal): -342518 or 706298. OLE color: 706298.

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

Color convert

RGB 250 198 10 -
CMYK 0 0.21 0.96 0.02
HSL 47º 0.96% 0.51% -
HSV(B) 47º 0.96% 0.98% -
XYZ 59.67 60.73 8.86 -
YUV 192.12 25.23 169.29 -
System Red Green Blue C M Y K H S L
Decimal 250 198 10 0 0.21 0.96 0.02 47 0.96 0.51
Hex FA C6 A 0 15 60 2 2F 60 33
Octal 372 306 12 0 25 140 2 57 140 63
Binary 11111010 11000110 1010 0 10101 1100000 10 101111 1100000 110011

Color Harmonies of #FAC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC60A

Black with #FAC60A

Text Example


Text Example

White with #FAC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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