Html Css Color HEX #FAC400 Golden Poppy

📋 copy color: '#FAC400'

red 250 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #FAC400

Tints of Golden Poppy #FAC400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.05%
G = 43.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC400 (or 0xFAC400) is known color: Golden Poppy. HEX triplet: FA, C4 and 00. RGB value is (250,196,0). Sum of RGB (Red+Green+Blue) = 250+196+0=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC400 is #053BFF. Grayscale: #BEBEBE. Windows color (decimal): -343040 or 50426. OLE color: 50426.

HSL color Cylindrical-coordinate representation of color #FAC400: hue angle of 47.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAC400 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 0 -
CMYK 0 0.22 1 0.02
HSL 47.04º 1% 0.49% -
HSV(B) 47.04º 1% 0.98% -
XYZ 59.16 59.8 8.43 -
YUV 189.8 20.89 170.94 -
System Red Green Blue C M Y K H S L
Decimal 250 196 0 0 0.22 1 0.02 47.04 1 0.49
Hex FA C4 0 0 16 64 2 2F 64 31
Octal 372 304 0 0 26 144 2 57 144 61
Binary 11111010 11000100 0 0 10110 1100100 10 101111 1100100 110001

Color Harmonies of #FAC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC400

Black with #FAC400

Text Example


Text Example

White with #FAC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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