Html Css Color HEX #FFFA4E Paris Daisy

📋 copy color: '#FFFA4E'

red 255 ◦ green 250 ◦ blue 78

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

Shades of Paris Daisy #FFFA4E

Tints of Paris Daisy #FFFA4E

RGB

 RED value IS 255 (100% from 255) = 43.74%

 GREEN value IS 250 (98.05% from 255) = 42.88%

 BLUE value IS 78 (30.86% from 255) = 13.38%

R = 43.74%
G = 42.88%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFFA4E (or 0xFFFA4E) is known color: Paris Daisy. HEX triplet: FF, FA and 4E. RGB value is (255,250,78). Sum of RGB (Red+Green+Blue) = 255+250+78=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 78 (30.86% from 255 or 13.38% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA4E is #0005B1. Grayscale: #E8E8E8. Windows color (decimal): -1458 or 5176063. OLE color: 5176063.

HSL color Cylindrical-coordinate representation of color #FFFA4E: hue angle of 58.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFFA4E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 78 -
CMYK 0 0.02 0.69 0
HSL 58.31º 1% 0.65% -
HSV(B) 58.31º 0.69% 1% -
XYZ 76.8 90.18 20.57 -
YUV 231.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 255 250 78 0 0.02 0.69 0 58.31 1 0.65
Hex FF FA 4E 0 2 45 0 3A 64 41
Octal 377 372 116 0 2 105 0 72 144 101
Binary 11111111 11111010 1001110 0 10 1000101 0 111010 1100100 1000001

Color Harmonies of #FFFA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA4E

Black with #FFFA4E

Text Example


Text Example

White with #FFFA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA4E; }

 p { color: rgb(255,250,78); }

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

background-color css

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

 a { background-color: rgb(255,250,78); }

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

border-color css

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

 span { border-color: rgb(255,250,78); }

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