Html Css Color HEX #FAEA4D Paris Daisy

📋 copy color: '#FAEA4D'

red 250 ◦ green 234 ◦ blue 77

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

Shades of Paris Daisy #FAEA4D

Tints of Paris Daisy #FAEA4D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

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

R = 44.56%
G = 41.71%
B = 13.73%

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

#FAEA4D (or 0xFAEA4D) is known color: Paris Daisy. HEX triplet: FA, EA and 4D. RGB value is (250,234,77). Sum of RGB (Red+Green+Blue) = 250+234+77=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 77 (30.47% from 255 or 13.73% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA4D is #0515B2. Grayscale: #DDDDDD. Windows color (decimal): -333235 or 5106426. OLE color: 5106426.

HSL color Cylindrical-coordinate representation of color #FAEA4D: hue angle of 54.45º 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 #FAEA4D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 77 -
CMYK 0 0.06 0.69 0.02
HSL 54.45º 0.95% 0.64% -
HSV(B) 54.45º 0.69% 0.98% -
XYZ 70.19 79.71 18.71 -
YUV 220.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 250 234 77 0 0.06 0.69 0.02 54.45 0.95 0.64
Hex FA EA 4D 0 6 45 2 36 5F 40
Octal 372 352 115 0 6 105 2 66 137 100
Binary 11111010 11101010 1001101 0 110 1000101 10 110110 1011111 1000000

Color Harmonies of #FAEA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA4D

Black with #FAEA4D

Text Example


Text Example

White with #FAEA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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