Html Css Color HEX #FAFA41 Paris Daisy

📋 copy color: '#FAFA41'

red 250 ◦ green 250 ◦ blue 65

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

Shades of Paris Daisy #FAFA41

Tints of Paris Daisy #FAFA41

RGB

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

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

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

R = 44.25%
G = 44.25%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAFA41 (or 0xFAFA41) is known color: Paris Daisy. HEX triplet: FA, FA and 41. RGB value is (250,250,65). Sum of RGB (Red+Green+Blue) = 250+250+65=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 65 (25.78% from 255 or 11.50% from 565); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA41 is #0505BE. Grayscale: #E5E5E5. Windows color (decimal): -329151 or 4324090. OLE color: 4324090.

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

Color convert

RGB 250 250 65 -
CMYK 0 0 0.74 0.02
HSL 60º 0.95% 0.62% -
HSV(B) 60º 0.74% 0.98% -
XYZ 74.56 89.08 18.26 -
YUV 228.91 35.5 143.04 -
System Red Green Blue C M Y K H S L
Decimal 250 250 65 0 0 0.74 0.02 60 0.95 0.62
Hex FA FA 41 0 0 4A 2 3C 5F 3E
Octal 372 372 101 0 0 112 2 74 137 76
Binary 11111010 11111010 1000001 0 0 1001010 10 111100 1011111 111110

Color Harmonies of #FAFA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA41

Black with #FAFA41

Text Example


Text Example

White with #FAFA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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