Html Css Color HEX #FAC60E Golden Poppy

📋 copy color: '#FAC60E'

red 250 ◦ green 198 ◦ blue 14

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

Shades of Golden Poppy #FAC60E

Tints of Golden Poppy #FAC60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 54.11%
G = 42.86%
B = 3.03%

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

#FAC60E (or 0xFAC60E) is known color: Golden Poppy. HEX triplet: FA, C6 and 0E. RGB value is (250,198,14). Sum of RGB (Red+Green+Blue) = 250+198+14=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60E is #0539F1. Grayscale: #C1C1C1. Windows color (decimal): -342514 or 968442. OLE color: 968442.

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

Color convert

RGB 250 198 14 -
CMYK 0 0.21 0.94 0.02
HSL 46.78º 0.96% 0.52% -
HSV(B) 46.78º 0.94% 0.98% -
XYZ 59.7 60.74 8.99 -
YUV 192.57 27.23 168.96 -
System Red Green Blue C M Y K H S L
Decimal 250 198 14 0 0.21 0.94 0.02 46.78 0.96 0.52
Hex FA C6 E 0 15 5E 2 2F 60 34
Octal 372 306 16 0 25 136 2 57 140 64
Binary 11111010 11000110 1110 0 10101 1011110 10 101111 1100000 110100

Color Harmonies of #FAC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC60E

Black with #FAC60E

Text Example


Text Example

White with #FAC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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