Html Css Color HEX #FAC60D Golden Poppy

📋 copy color: '#FAC60D'

red 250 ◦ green 198 ◦ blue 13

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

Shades of Golden Poppy #FAC60D

Tints of Golden Poppy #FAC60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.82%

R = 54.23%
G = 42.95%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC60D (or 0xFAC60D) is known color: Golden Poppy. HEX triplet: FA, C6 and 0D. RGB value is (250,198,13). Sum of RGB (Red+Green+Blue) = 250+198+13=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60D is #0539F2. Grayscale: #C1C1C1. Windows color (decimal): -342515 or 902906. OLE color: 902906.

HSL color Cylindrical-coordinate representation of color #FAC60D: hue angle of 46.84º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAC60D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 13 -
CMYK 0 0.21 0.95 0.02
HSL 46.84º 0.96% 0.52% -
HSV(B) 46.84º 0.95% 0.98% -
XYZ 59.69 60.74 8.96 -
YUV 192.46 26.73 169.04 -
System Red Green Blue C M Y K H S L
Decimal 250 198 13 0 0.21 0.95 0.02 46.84 0.96 0.52
Hex FA C6 D 0 15 5F 2 2F 60 34
Octal 372 306 15 0 25 137 2 57 140 64
Binary 11111010 11000110 1101 0 10101 1011111 10 101111 1100000 110100

Color Harmonies of #FAC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC60D

Black with #FAC60D

Text Example


Text Example

White with #FAC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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