Html Css Color HEX #FFFA4D Paris Daisy

📋 copy color: '#FFFA4D'

red 255 ◦ green 250 ◦ blue 77

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

Shades of Paris Daisy #FFFA4D

Tints of Paris Daisy #FFFA4D

RGB

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

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

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

R = 43.81%
G = 42.96%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFFA4D (or 0xFFFA4D) is known color: Paris Daisy. HEX triplet: FF, FA and 4D. RGB value is (255,250,77). Sum of RGB (Red+Green+Blue) = 255+250+77=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 77 (30.47% from 255 or 13.23% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA4D is #0005B2. Grayscale: #E8E8E8. Windows color (decimal): -1459 or 5110527. OLE color: 5110527.

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

Color convert

RGB 255 250 77 -
CMYK 0 0.02 0.70 0
HSL 58.31º 1% 0.65% -
HSV(B) 58.31º 0.7% 1% -
XYZ 76.77 90.17 20.38 -
YUV 231.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 255 250 77 0 0.02 0.70 0 58.31 1 0.65
Hex FF FA 4D 0 2 46 0 3A 64 41
Octal 377 372 115 0 2 106 0 72 144 101
Binary 11111111 11111010 1001101 0 10 1000110 0 111010 1100100 1000001

Color Harmonies of #FFFA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA4D

Black with #FFFA4D

Text Example


Text Example

White with #FFFA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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