#FAF941

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

Shades of Paris Daisy #FAF941

Tints of Paris Daisy #FAF941

Color information

#FAF941 (or 0xFAF941) is unknown color: approx Paris Daisy. HEX triplet: FA, F9 and 41. RGB value is (250,249,65). Sum of RGB (Red+Green+Blue) = 250+249+65=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 65 (25.78% from 255 or 11.52% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF941 is #0506BE. Grayscale: #E5E5E5. Windows color (decimal): -329407 or 4323834. OLE color: 4323834.

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

Color convert

RGB25024965-
CMYK00.000.740.02
HSL59.68º94.87%61.76%-
HSV(B)59.68º74%98.04%-
XYZ74.2588.4618.16-
YUV228.3235.83143.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 249 (97.66% from 255) = 44.15%
BLUE value IS 65 (25.78% from 255) = 11.52%
R=44.33%
G=44.15%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502496500.000.740.0259.6894.8761.76
HexFAF941004A23c5f3e
Octal3723711010011227413776
Binary11111010111110011000001001001010101111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF941; }

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

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

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

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

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

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

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

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