Html Css Color HEX #FAC50D Golden Poppy

📋 copy color: '#FAC50D'

red 250 ◦ green 197 ◦ blue 13

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

Shades of Golden Poppy #FAC50D

Tints of Golden Poppy #FAC50D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.83%

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

R = 54.35%
G = 42.83%
B = 2.83%

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

#FAC50D (or 0xFAC50D) is known color: Golden Poppy. HEX triplet: FA, C5 and 0D. RGB value is (250,197,13). Sum of RGB (Red+Green+Blue) = 250+197+13=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50D is #053AF2. Grayscale: #C0C0C0. Windows color (decimal): -342771 or 902650. OLE color: 902650.

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

Color convert

RGB 250 197 13 -
CMYK 0 0.21 0.95 0.02
HSL 46.58º 0.96% 0.52% -
HSV(B) 46.58º 0.95% 0.98% -
XYZ 59.46 60.29 8.88 -
YUV 191.87 27.06 169.46 -
System Red Green Blue C M Y K H S L
Decimal 250 197 13 0 0.21 0.95 0.02 46.58 0.96 0.52
Hex FA C5 D 0 15 5F 2 2F 60 34
Octal 372 305 15 0 25 137 2 57 140 64
Binary 11111010 11000101 1101 0 10101 1011111 10 101111 1100000 110100

Color Harmonies of #FAC50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC50D

Black with #FAC50D

Text Example


Text Example

White with #FAC50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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