Html Css Color HEX #FAFE44 Paris Daisy

📋 copy color: '#FAFE44'

red 250 ◦ green 254 ◦ blue 68

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

Shades of Paris Daisy #FAFE44

Tints of Paris Daisy #FAFE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 11.89%

R = 43.71%
G = 44.41%
B = 11.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FAFE44 (or 0xFAFE44) is known color: Paris Daisy. HEX triplet: FA, FE and 44. RGB value is (250,254,68). Sum of RGB (Red+Green+Blue) = 250+254+68=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 68 (26.95% from 255 or 11.89% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE44 is #0501BB. Grayscale: #E8E8E8. Windows color (decimal): -328124 or 4521722. OLE color: 4521722.

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

Color convert

RGB 250 254 68 -
CMYK 0.02 0 0.73 0.00
HSL 61.29º 0.99% 0.63% -
HSV(B) 61.29º 0.73% 1% -
XYZ 75.91 91.62 19.15 -
YUV 231.6 35.67 141.12 -
System Red Green Blue C M Y K H S L
Decimal 250 254 68 0.02 0 0.73 0.00 61.29 0.99 0.63
Hex FA FE 44 2 0 49 0 3D 63 3F
Octal 372 376 104 2 0 111 0 75 143 77
Binary 11111010 11111110 1000100 10 0 1001001 0 111101 1100011 111111

Color Harmonies of #FAFE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE44

Black with #FAFE44

Text Example


Text Example

White with #FAFE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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