Html Css Color HEX #FAC40D Golden Poppy

📋 copy color: '#FAC40D'

red 250 ◦ green 196 ◦ blue 13

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

Shades of Golden Poppy #FAC40D

Tints of Golden Poppy #FAC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.7%

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

R = 54.47%
G = 42.7%
B = 2.83%

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

#FAC40D (or 0xFAC40D) is known color: Golden Poppy. HEX triplet: FA, C4 and 0D. RGB value is (250,196,13). Sum of RGB (Red+Green+Blue) = 250+196+13=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC40D is #053BF2. Grayscale: #C0C0C0. Windows color (decimal): -343027 or 902394. OLE color: 902394.

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

Color convert

RGB 250 196 13 -
CMYK 0 0.22 0.95 0.02
HSL 46.33º 0.96% 0.52% -
HSV(B) 46.33º 0.95% 0.98% -
XYZ 59.24 59.83 8.81 -
YUV 191.28 27.39 169.88 -
System Red Green Blue C M Y K H S L
Decimal 250 196 13 0 0.22 0.95 0.02 46.33 0.96 0.52
Hex FA C4 D 0 16 5F 2 2E 60 34
Octal 372 304 15 0 26 137 2 56 140 64
Binary 11111010 11000100 1101 0 10110 1011111 10 101110 1100000 110100

Color Harmonies of #FAC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC40D

Black with #FAC40D

Text Example


Text Example

White with #FAC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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