Html Css Color HEX #FAC60F Golden Poppy

📋 copy color: '#FAC60F'

red 250 ◦ green 198 ◦ blue 15

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

Shades of Golden Poppy #FAC60F

Tints of Golden Poppy #FAC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 54%
G = 42.76%
B = 3.24%

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

#FAC60F (or 0xFAC60F) is known color: Golden Poppy. HEX triplet: FA, C6 and 0F. RGB value is (250,198,15). Sum of RGB (Red+Green+Blue) = 250+198+15=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60F is #0539F0. Grayscale: #C1C1C1. Windows color (decimal): -342513 or 1033978. OLE color: 1033978.

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

Color convert

RGB 250 198 15 -
CMYK 0 0.21 0.94 0.02
HSL 46.72º 0.96% 0.52% -
HSV(B) 46.72º 0.94% 0.98% -
XYZ 59.7 60.75 9.03 -
YUV 192.69 27.73 168.88 -
System Red Green Blue C M Y K H S L
Decimal 250 198 15 0 0.21 0.94 0.02 46.72 0.96 0.52
Hex FA C6 F 0 15 5E 2 2F 60 34
Octal 372 306 17 0 25 136 2 57 140 64
Binary 11111010 11000110 1111 0 10101 1011110 10 101111 1100000 110100

Color Harmonies of #FAC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC60F

Black with #FAC60F

Text Example


Text Example

White with #FAC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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