Html Css Color HEX #FAEB4D Paris Daisy

📋 copy color: '#FAEB4D'

red 250 ◦ green 235 ◦ blue 77

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

Shades of Paris Daisy #FAEB4D

Tints of Paris Daisy #FAEB4D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 44.48%
G = 41.81%
B = 13.7%

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

#FAEB4D (or 0xFAEB4D) is known color: Paris Daisy. HEX triplet: FA, EB and 4D. RGB value is (250,235,77). Sum of RGB (Red+Green+Blue) = 250+235+77=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB4D is #0514B2. Grayscale: #DEDEDE. Windows color (decimal): -332979 or 5106682. OLE color: 5106682.

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

Color convert

RGB 250 235 77 -
CMYK 0 0.06 0.69 0.02
HSL 54.8º 0.95% 0.64% -
HSV(B) 54.8º 0.69% 0.98% -
XYZ 70.47 80.28 18.8 -
YUV 221.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 250 235 77 0 0.06 0.69 0.02 54.8 0.95 0.64
Hex FA EB 4D 0 6 45 2 37 5F 40
Octal 372 353 115 0 6 105 2 67 137 100
Binary 11111010 11101011 1001101 0 110 1000101 10 110111 1011111 1000000

Color Harmonies of #FAEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB4D

Black with #FAEB4D

Text Example


Text Example

White with #FAEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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