Html Css Color HEX #FAEE4C Paris Daisy

📋 copy color: '#FAEE4C'

red 250 ◦ green 238 ◦ blue 76

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

Shades of Paris Daisy #FAEE4C

Tints of Paris Daisy #FAEE4C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.2%

 BLUE value IS 76 (30.08% from 255) = 13.48%

R = 44.33%
G = 42.2%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAEE4C (or 0xFAEE4C) is known color: Paris Daisy. HEX triplet: FA, EE and 4C. RGB value is (250,238,76). Sum of RGB (Red+Green+Blue) = 250+238+76=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEE4C is #0511B3. Grayscale: #DFDFDF. Windows color (decimal): -332212 or 5041914. OLE color: 5041914.

HSL color Cylindrical-coordinate representation of color #FAEE4C: hue angle of 55.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAEE4C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 76 -
CMYK 0 0.05 0.70 0.02
HSL 55.86º 0.95% 0.64% -
HSV(B) 55.86º 0.7% 0.98% -
XYZ 71.3 81.99 18.91 -
YUV 223.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 250 238 76 0 0.05 0.70 0.02 55.86 0.95 0.64
Hex FA EE 4C 0 5 46 2 38 5F 40
Octal 372 356 114 0 5 106 2 70 137 100
Binary 11111010 11101110 1001100 0 101 1000110 10 111000 1011111 1000000

Color Harmonies of #FAEE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE4C

Black with #FAEE4C

Text Example


Text Example

White with #FAEE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE4C; }

 p { color: rgb(250,238,76); }

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

background-color css

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

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

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

border-color css

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

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

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