Html Css Color HEX #FAEE4A Paris Daisy

📋 copy color: '#FAEE4A'

red 250 ◦ green 238 ◦ blue 74

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

Shades of Paris Daisy #FAEE4A

Tints of Paris Daisy #FAEE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.17%

R = 44.48%
G = 42.35%
B = 13.17%

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

#FAEE4A (or 0xFAEE4A) is known color: Paris Daisy. HEX triplet: FA, EE and 4A. RGB value is (250,238,74). Sum of RGB (Red+Green+Blue) = 250+238+74=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEE4A is #0511B5. Grayscale: #DFDFDF. Windows color (decimal): -332214 or 4910842. OLE color: 4910842.

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

Color convert

RGB 250 238 74 -
CMYK 0 0.05 0.70 0.02
HSL 55.91º 0.95% 0.64% -
HSV(B) 55.91º 0.7% 0.98% -
XYZ 71.23 81.97 18.55 -
YUV 222.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 250 238 74 0 0.05 0.70 0.02 55.91 0.95 0.64
Hex FA EE 4A 0 5 46 2 38 5F 40
Octal 372 356 112 0 5 106 2 70 137 100
Binary 11111010 11101110 1001010 0 101 1000110 10 111000 1011111 1000000

Color Harmonies of #FAEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE4A

Black with #FAEE4A

Text Example


Text Example

White with #FAEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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