Html Css Color HEX #FAFD41 Paris Daisy

📋 copy color: '#FAFD41'

red 250 ◦ green 253 ◦ blue 65

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

Shades of Paris Daisy #FAFD41

Tints of Paris Daisy #FAFD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.44%

R = 44.01%
G = 44.54%
B = 11.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FAFD41 (or 0xFAFD41) is known color: Paris Daisy. HEX triplet: FA, FD and 41. RGB value is (250,253,65). Sum of RGB (Red+Green+Blue) = 250+253+65=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 65 (25.78% from 255 or 11.44% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD41 is #0502BE. Grayscale: #E7E7E7. Windows color (decimal): -328383 or 4324858. OLE color: 4324858.

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

Color convert

RGB 250 253 65 -
CMYK 0.01 0 0.74 0.01
HSL 60.96º 0.98% 0.62% -
HSV(B) 60.96º 0.74% 0.99% -
XYZ 75.5 90.96 18.58 -
YUV 230.67 34.51 141.79 -
System Red Green Blue C M Y K H S L
Decimal 250 253 65 0.01 0 0.74 0.01 60.96 0.98 0.62
Hex FA FD 41 1 0 4A 1 3D 62 3E
Octal 372 375 101 1 0 112 1 75 142 76
Binary 11111010 11111101 1000001 1 0 1001010 1 111101 1100010 111110

Color Harmonies of #FAFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD41

Black with #FAFD41

Text Example


Text Example

White with #FAFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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