Html Css Color HEX #FAC40F Golden Poppy

📋 copy color: '#FAC40F'

red 250 ◦ green 196 ◦ blue 15

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

Shades of Golden Poppy #FAC40F

Tints of Golden Poppy #FAC40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 54.23%
G = 42.52%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC40F (or 0xFAC40F) is known color: Golden Poppy. HEX triplet: FA, C4 and 0F. RGB value is (250,196,15). Sum of RGB (Red+Green+Blue) = 250+196+15=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC40F is #053BF0. Grayscale: #C0C0C0. Windows color (decimal): -343025 or 1033466. OLE color: 1033466.

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

Color convert

RGB 250 196 15 -
CMYK 0 0.22 0.94 0.02
HSL 46.21º 0.96% 0.52% -
HSV(B) 46.21º 0.94% 0.98% -
XYZ 59.25 59.84 8.88 -
YUV 191.51 28.39 169.72 -
System Red Green Blue C M Y K H S L
Decimal 250 196 15 0 0.22 0.94 0.02 46.21 0.96 0.52
Hex FA C4 F 0 16 5E 2 2E 60 34
Octal 372 304 17 0 26 136 2 56 140 64
Binary 11111010 11000100 1111 0 10110 1011110 10 101110 1100000 110100

Color Harmonies of #FAC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC40F

Black with #FAC40F

Text Example


Text Example

White with #FAC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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