Html Css Color HEX #FAC601 Golden Poppy

📋 copy color: '#FAC601'

red 250 ◦ green 198 ◦ blue 1

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

Shades of Golden Poppy #FAC601

Tints of Golden Poppy #FAC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.68%
G = 44.1%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAC601 (or 0xFAC601) is known color: Golden Poppy. HEX triplet: FA, C6 and 01. RGB value is (250,198,1). Sum of RGB (Red+Green+Blue) = 250+198+1=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC601 is #0539FE. Grayscale: #BFBFBF. Windows color (decimal): -342527 or 116474. OLE color: 116474.

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

Color convert

RGB 250 198 1 -
CMYK 0 0.21 1.00 0.02
HSL 47.47º 0.99% 0.49% -
HSV(B) 47.47º 1% 0.98% -
XYZ 59.62 60.71 8.61 -
YUV 191.09 20.73 170.02 -
System Red Green Blue C M Y K H S L
Decimal 250 198 1 0 0.21 1.00 0.02 47.47 0.99 0.49
Hex FA C6 1 0 15 64 2 2F 63 31
Octal 372 306 1 0 25 144 2 57 143 61
Binary 11111010 11000110 1 0 10101 1100100 10 101111 1100011 110001

Color Harmonies of #FAC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC601

Black with #FAC601

Text Example


Text Example

White with #FAC601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC601; }

 p { color: rgb(250,198,1); }

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

background-color css

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

 a { background-color: rgb(250,198,1); }

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

border-color css

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

 span { border-color: rgb(250,198,1); }

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