#FAF94E

Color #FAF94E Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FAF94E

Tints of Paris Daisy #FAF94E

Color information

#FAF94E (or 0xFAF94E) is unknown color: approx Paris Daisy. HEX triplet: FA, F9 and 4E. RGB value is (250,249,78). Sum of RGB (Red+Green+Blue) = 250+249+78=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 78 (30.86% from 255 or 13.52% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF94E is #0506B1. Grayscale: #E6E6E6. Windows color (decimal): -329394 or 5175802. OLE color: 5175802.

HSL color Cylindrical-coordinate representation of color #FAF94E: hue angle of 59.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAF94E is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB25024978-
CMYK00.000.690.02
HSL59.65º94.51%64.31%-
HSV(B)59.65º68.8%98.04%-
XYZ74.6888.6320.38-
YUV229.842.33142.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 249 (97.66% from 255) = 43.15%
BLUE value IS 78 (30.86% from 255) = 13.52%
R=43.33%
G=43.15%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502497800.000.690.0259.6594.5164.31
HexFAF94E004523c5f40
Octal37237111600105274137100
Binary111110101111100110011100010001011011110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF94E; }

 p { color: rgb(250,249,78); }

 H1.HeaderClassName
 {
   color: #FAF94E;
 }
 .AnyTagClassName
 {
   color: #FAF94E;
 }
</style>
background-color css

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

 a { background-color: rgb(250,249,78); }

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

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

 span { border-color: rgb(250,249,78); }

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