Html Css Color HEX #FAFD44 Paris Daisy

📋 copy color: '#FAFD44'

red 250 ◦ green 253 ◦ blue 68

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

Shades of Paris Daisy #FAFD44

Tints of Paris Daisy #FAFD44

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.31%

 BLUE value IS 68 (26.95% from 255) = 11.91%

R = 43.78%
G = 44.31%
B = 11.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FAFD44 (or 0xFAFD44) is known color: Paris Daisy. HEX triplet: FA, FD and 44. RGB value is (250,253,68). Sum of RGB (Red+Green+Blue) = 250+253+68=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 68 (26.95% from 255 or 11.91% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD44 is #0502BB. Grayscale: #E7E7E7. Windows color (decimal): -328380 or 4521466. OLE color: 4521466.

HSL color Cylindrical-coordinate representation of color #FAFD44: hue angle of 60.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAFD44 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 68 -
CMYK 0.01 0 0.73 0.01
HSL 60.97º 0.98% 0.63% -
HSV(B) 60.97º 0.73% 0.99% -
XYZ 75.59 90.99 19.05 -
YUV 231.01 36.01 141.54 -
System Red Green Blue C M Y K H S L
Decimal 250 253 68 0.01 0 0.73 0.01 60.97 0.98 0.63
Hex FA FD 44 1 0 49 1 3D 62 3F
Octal 372 375 104 1 0 111 1 75 142 77
Binary 11111010 11111101 1000100 1 0 1001001 1 111101 1100010 111111

Color Harmonies of #FAFD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD44

Black with #FAFD44

Text Example


Text Example

White with #FAFD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD44; }

 p { color: rgb(250,253,68); }

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

background-color css

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

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

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

border-color css

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

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

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