Html Css Color HEX #FAEA44 Paris Daisy

📋 copy color: '#FAEA44'

red 250 ◦ green 234 ◦ blue 68

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

Shades of Paris Daisy #FAEA44

Tints of Paris Daisy #FAEA44

RGB

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

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

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

R = 45.29%
G = 42.39%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAEA44 (or 0xFAEA44) is known color: Paris Daisy. HEX triplet: FA, EA and 44. RGB value is (250,234,68). Sum of RGB (Red+Green+Blue) = 250+234+68=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 68 (26.95% from 255 or 12.32% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA44 is #0515BB. Grayscale: #DCDCDC. Windows color (decimal): -333244 or 4516602. OLE color: 4516602.

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

Color convert

RGB 250 234 68 -
CMYK 0 0.06 0.73 0.02
HSL 54.73º 0.95% 0.62% -
HSV(B) 54.73º 0.73% 0.98% -
XYZ 69.89 79.59 17.15 -
YUV 219.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 250 234 68 0 0.06 0.73 0.02 54.73 0.95 0.62
Hex FA EA 44 0 6 49 2 37 5F 3E
Octal 372 352 104 0 6 111 2 67 137 76
Binary 11111010 11101010 1000100 0 110 1001001 10 110111 1011111 111110

Color Harmonies of #FAEA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA44

Black with #FAEA44

Text Example


Text Example

White with #FAEA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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