Html Css Color HEX #FAEA4B Paris Daisy

📋 copy color: '#FAEA4B'

red 250 ◦ green 234 ◦ blue 75

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

Shades of Paris Daisy #FAEA4B

Tints of Paris Daisy #FAEA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.42%

R = 44.72%
G = 41.86%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAEA4B (or 0xFAEA4B) is known color: Paris Daisy. HEX triplet: FA, EA and 4B. RGB value is (250,234,75). Sum of RGB (Red+Green+Blue) = 250+234+75=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA4B is #0515B4. Grayscale: #DDDDDD. Windows color (decimal): -333237 or 4975354. OLE color: 4975354.

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

Color convert

RGB 250 234 75 -
CMYK 0 0.06 0.7 0.02
HSL 54.51º 0.95% 0.64% -
HSV(B) 54.51º 0.7% 0.98% -
XYZ 70.12 79.68 18.34 -
YUV 220.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 250 234 75 0 0.06 0.7 0.02 54.51 0.95 0.64
Hex FA EA 4B 0 6 46 2 37 5F 40
Octal 372 352 113 0 6 106 2 67 137 100
Binary 11111010 11101010 1001011 0 110 1000110 10 110111 1011111 1000000

Color Harmonies of #FAEA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA4B

Black with #FAEA4B

Text Example


Text Example

White with #FAEA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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