Html Css Color HEX #FAE844 Paris Daisy

📋 copy color: '#FAE844'

red 250 ◦ green 232 ◦ blue 68

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

Shades of Paris Daisy #FAE844

Tints of Paris Daisy #FAE844

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.18%

 BLUE value IS 68 (26.95% from 255) = 12.36%

R = 45.45%
G = 42.18%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAE844 (or 0xFAE844) is known color: Paris Daisy. HEX triplet: FA, E8 and 44. RGB value is (250,232,68). Sum of RGB (Red+Green+Blue) = 250+232+68=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE844 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE844 is #0517BB. Grayscale: #DBDBDB. Windows color (decimal): -333756 or 4516090. OLE color: 4516090.

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

Color convert

RGB 250 232 68 -
CMYK 0 0.07 0.73 0.02
HSL 54.07º 0.95% 0.62% -
HSV(B) 54.07º 0.73% 0.98% -
XYZ 69.32 78.45 16.96 -
YUV 218.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 250 232 68 0 0.07 0.73 0.02 54.07 0.95 0.62
Hex FA E8 44 0 7 49 2 36 5F 3E
Octal 372 350 104 0 7 111 2 66 137 76
Binary 11111010 11101000 1000100 0 111 1001001 10 110110 1011111 111110

Color Harmonies of #FAE844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE844

Black with #FAE844

Text Example


Text Example

White with #FAE844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE844; }

 p { color: rgb(250,232,68); }

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

background-color css

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

 a { background-color: rgb(250,232,68); }

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

border-color css

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

 span { border-color: rgb(250,232,68); }

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