Html Css Color HEX #FAC20D Golden Poppy

📋 copy color: '#FAC20D'

red 250 ◦ green 194 ◦ blue 13

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

Shades of Golden Poppy #FAC20D

Tints of Golden Poppy #FAC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.45%

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

R = 54.7%
G = 42.45%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC20D (or 0xFAC20D) is known color: Golden Poppy. HEX triplet: FA, C2 and 0D. RGB value is (250,194,13). Sum of RGB (Red+Green+Blue) = 250+194+13=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC20D is #053DF2. Grayscale: #BEBEBE. Windows color (decimal): -343539 or 901882. OLE color: 901882.

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

Color convert

RGB 250 194 13 -
CMYK 0 0.22 0.95 0.02
HSL 45.82º 0.96% 0.52% -
HSV(B) 45.82º 0.95% 0.98% -
XYZ 58.79 58.94 8.66 -
YUV 190.11 28.05 170.72 -
System Red Green Blue C M Y K H S L
Decimal 250 194 13 0 0.22 0.95 0.02 45.82 0.96 0.52
Hex FA C2 D 0 16 5F 2 2E 60 34
Octal 372 302 15 0 26 137 2 56 140 64
Binary 11111010 11000010 1101 0 10110 1011111 10 101110 1100000 110100

Color Harmonies of #FAC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC20D

Black with #FAC20D

Text Example


Text Example

White with #FAC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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