Html Css Color HEX #FAEC4D Paris Daisy

📋 copy color: '#FAEC4D'

red 250 ◦ green 236 ◦ blue 77

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

Shades of Paris Daisy #FAEC4D

Tints of Paris Daisy #FAEC4D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 77 (30.47% from 255) = 13.68%

R = 44.4%
G = 41.92%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAEC4D (or 0xFAEC4D) is known color: Paris Daisy. HEX triplet: FA, EC and 4D. RGB value is (250,236,77). Sum of RGB (Red+Green+Blue) = 250+236+77=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 77 (30.47% from 255 or 13.68% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC4D is #0513B2. Grayscale: #DEDEDE. Windows color (decimal): -332723 or 5106938. OLE color: 5106938.

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

Color convert

RGB 250 236 77 -
CMYK 0 0.06 0.69 0.02
HSL 55.14º 0.95% 0.64% -
HSV(B) 55.14º 0.69% 0.98% -
XYZ 70.76 80.85 18.9 -
YUV 222.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 250 236 77 0 0.06 0.69 0.02 55.14 0.95 0.64
Hex FA EC 4D 0 6 45 2 37 5F 40
Octal 372 354 115 0 6 105 2 67 137 100
Binary 11111010 11101100 1001101 0 110 1000101 10 110111 1011111 1000000

Color Harmonies of #FAEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC4D

Black with #FAEC4D

Text Example


Text Example

White with #FAEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC4D; }

 p { color: rgb(250,236,77); }

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

background-color css

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

 a { background-color: rgb(250,236,77); }

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

border-color css

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

 span { border-color: rgb(250,236,77); }

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