Html Css Color HEX #FAC10E Golden Poppy

📋 copy color: '#FAC10E'

red 250 ◦ green 193 ◦ blue 14

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

Shades of Golden Poppy #FAC10E

Tints of Golden Poppy #FAC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.23%

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

R = 54.7%
G = 42.23%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC10E (or 0xFAC10E) is known color: Golden Poppy. HEX triplet: FA, C1 and 0E. RGB value is (250,193,14). Sum of RGB (Red+Green+Blue) = 250+193+14=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC10E is #053EF1. Grayscale: #BEBEBE. Windows color (decimal): -343794 or 967162. OLE color: 967162.

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

Color convert

RGB 250 193 14 -
CMYK 0 0.23 0.94 0.02
HSL 45.51º 0.96% 0.52% -
HSV(B) 45.51º 0.94% 0.98% -
XYZ 58.57 58.5 8.62 -
YUV 189.64 28.88 171.05 -
System Red Green Blue C M Y K H S L
Decimal 250 193 14 0 0.23 0.94 0.02 45.51 0.96 0.52
Hex FA C1 E 0 17 5E 2 2E 60 34
Octal 372 301 16 0 27 136 2 56 140 64
Binary 11111010 11000001 1110 0 10111 1011110 10 101110 1100000 110100

Color Harmonies of #FAC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC10E

Black with #FAC10E

Text Example


Text Example

White with #FAC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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