Html Css Color HEX #FAFE42 Paris Daisy

📋 copy color: '#FAFE42'

red 250 ◦ green 254 ◦ blue 66

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

Shades of Paris Daisy #FAFE42

Tints of Paris Daisy #FAFE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.58%

R = 43.86%
G = 44.56%
B = 11.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FAFE42 (or 0xFAFE42) is known color: Paris Daisy. HEX triplet: FA, FE and 42. RGB value is (250,254,66). Sum of RGB (Red+Green+Blue) = 250+254+66=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 66 (26.17% from 255 or 11.58% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE42 is #0501BD. Grayscale: #E8E8E8. Windows color (decimal): -328126 or 4390650. OLE color: 4390650.

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

Color convert

RGB 250 254 66 -
CMYK 0.02 0 0.74 0.00
HSL 61.28º 0.99% 0.63% -
HSV(B) 61.28º 0.74% 1% -
XYZ 75.85 91.6 18.84 -
YUV 231.37 34.67 141.29 -
System Red Green Blue C M Y K H S L
Decimal 250 254 66 0.02 0 0.74 0.00 61.28 0.99 0.63
Hex FA FE 42 2 0 4A 0 3D 63 3F
Octal 372 376 102 2 0 112 0 75 143 77
Binary 11111010 11111110 1000010 10 0 1001010 0 111101 1100011 111111

Color Harmonies of #FAFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE42

Black with #FAFE42

Text Example


Text Example

White with #FAFE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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