Html Css Color HEX #FAFA4E Paris Daisy

📋 copy color: '#FAFA4E'

red 250 ◦ green 250 ◦ blue 78

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

Shades of Paris Daisy #FAFA4E

Tints of Paris Daisy #FAFA4E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.25%

 BLUE value IS 78 (30.86% from 255) = 13.49%

R = 43.25%
G = 43.25%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAFA4E (or 0xFAFA4E) is known color: Paris Daisy. HEX triplet: FA, FA and 4E. RGB value is (250,250,78). Sum of RGB (Red+Green+Blue) = 250+250+78=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 78 (30.86% from 255 or 13.49% from 578); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA4E is #0505B1. Grayscale: #E7E7E7. Windows color (decimal): -329138 or 5176058. OLE color: 5176058.

HSL color Cylindrical-coordinate representation of color #FAFA4E: hue angle of 60º 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 #FAFA4E is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 78 -
CMYK 0 0 0.69 0.02
HSL 60º 0.95% 0.64% -
HSV(B) 60º 0.69% 0.98% -
XYZ 74.99 89.25 20.48 -
YUV 230.39 42 141.99 -
System Red Green Blue C M Y K H S L
Decimal 250 250 78 0 0 0.69 0.02 60 0.95 0.64
Hex FA FA 4E 0 0 45 2 3C 5F 40
Octal 372 372 116 0 0 105 2 74 137 100
Binary 11111010 11111010 1001110 0 0 1000101 10 111100 1011111 1000000

Color Harmonies of #FAFA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA4E

Black with #FAFA4E

Text Example


Text Example

White with #FAFA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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