Html Css Color HEX #FAFE4A Paris Daisy

📋 copy color: '#FAFE4A'

red 250 ◦ green 254 ◦ blue 74

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

Shades of Paris Daisy #FAFE4A

Tints of Paris Daisy #FAFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.94%

 BLUE value IS 74 (29.3% from 255) = 12.8%

R = 43.25%
G = 43.94%
B = 12.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FAFE4A (or 0xFAFE4A) is known color: Paris Daisy. HEX triplet: FA, FE and 4A. RGB value is (250,254,74). Sum of RGB (Red+Green+Blue) = 250+254+74=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 74 (29.30% from 255 or 12.80% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE4A is #0501B5. Grayscale: #E9E9E9. Windows color (decimal): -328118 or 4914938. OLE color: 4914938.

HSL color Cylindrical-coordinate representation of color #FAFE4A: hue angle of 61.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAFE4A is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 74 -
CMYK 0.02 0 0.71 0.00
HSL 61.33º 0.99% 0.64% -
HSV(B) 61.33º 0.71% 1% -
XYZ 76.1 91.7 20.17 -
YUV 232.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 250 254 74 0.02 0 0.71 0.00 61.33 0.99 0.64
Hex FA FE 4A 2 0 47 0 3D 63 40
Octal 372 376 112 2 0 107 0 75 143 100
Binary 11111010 11111110 1001010 10 0 1000111 0 111101 1100011 1000000

Color Harmonies of #FAFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE4A

Black with #FAFE4A

Text Example


Text Example

White with #FAFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE4A; }

 p { color: rgb(250,254,74); }

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

background-color css

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

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

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

border-color css

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

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

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