Html Css Color HEX #FAC405 Golden Poppy

📋 copy color: '#FAC405'

red 250 ◦ green 196 ◦ blue 5

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

Shades of Golden Poppy #FAC405

Tints of Golden Poppy #FAC405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 55.43%
G = 43.46%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC405 (or 0xFAC405) is known color: Golden Poppy. HEX triplet: FA, C4 and 05. RGB value is (250,196,5). Sum of RGB (Red+Green+Blue) = 250+196+5=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC405 is #053BFA. Grayscale: #BFBFBF. Windows color (decimal): -343035 or 378106. OLE color: 378106.

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

Color convert

RGB 250 196 5 -
CMYK 0 0.22 0.98 0.02
HSL 46.78º 0.96% 0.5% -
HSV(B) 46.78º 0.98% 0.98% -
XYZ 59.19 59.81 8.57 -
YUV 190.37 23.39 170.53 -
System Red Green Blue C M Y K H S L
Decimal 250 196 5 0 0.22 0.98 0.02 46.78 0.96 0.5
Hex FA C4 5 0 16 62 2 2F 60 32
Octal 372 304 5 0 26 142 2 57 140 62
Binary 11111010 11000100 101 0 10110 1100010 10 101111 1100000 110010

Color Harmonies of #FAC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC405

Black with #FAC405

Text Example


Text Example

White with #FAC405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC405; }

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

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

background-color css

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

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

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

border-color css

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

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

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