Html Css Color HEX #FAFE46 Paris Daisy

📋 copy color: '#FAFE46'

red 250 ◦ green 254 ◦ blue 70

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

Shades of Paris Daisy #FAFE46

Tints of Paris Daisy #FAFE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.2%

R = 43.55%
G = 44.25%
B = 12.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FAFE46 (or 0xFAFE46) is known color: Paris Daisy. HEX triplet: FA, FE and 46. RGB value is (250,254,70). Sum of RGB (Red+Green+Blue) = 250+254+70=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 70 (27.73% from 255 or 12.20% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE46 is #0501B9. Grayscale: #E8E8E8. Windows color (decimal): -328122 or 4652794. OLE color: 4652794.

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

Color convert

RGB 250 254 70 -
CMYK 0.02 0 0.72 0.00
HSL 61.3º 0.99% 0.64% -
HSV(B) 61.3º 0.72% 1% -
XYZ 75.97 91.65 19.48 -
YUV 231.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 250 254 70 0.02 0 0.72 0.00 61.3 0.99 0.64
Hex FA FE 46 2 0 48 0 3D 63 40
Octal 372 376 106 2 0 110 0 75 143 100
Binary 11111010 11111110 1000110 10 0 1001000 0 111101 1100011 1000000

Color Harmonies of #FAFE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE46

Black with #FAFE46

Text Example


Text Example

White with #FAFE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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