Html Css Color HEX #FFFA4F Paris Daisy

📋 copy color: '#FFFA4F'

red 255 ◦ green 250 ◦ blue 79

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

Shades of Paris Daisy #FFFA4F

Tints of Paris Daisy #FFFA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.53%

R = 43.66%
G = 42.81%
B = 13.53%

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

#FFFA4F (or 0xFFFA4F) is known color: Paris Daisy. HEX triplet: FF, FA and 4F. RGB value is (255,250,79). Sum of RGB (Red+Green+Blue) = 255+250+79=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 79 (31.25% from 255 or 13.53% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA4F is #0005B0. Grayscale: #E8E8E8. Windows color (decimal): -1457 or 5241599. OLE color: 5241599.

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

Color convert

RGB 255 250 79 -
CMYK 0 0.02 0.69 0
HSL 58.3º 1% 0.65% -
HSV(B) 58.3º 0.69% 1% -
XYZ 76.84 90.2 20.76 -
YUV 232 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 255 250 79 0 0.02 0.69 0 58.3 1 0.65
Hex FF FA 4F 0 2 45 0 3A 64 41
Octal 377 372 117 0 2 105 0 72 144 101
Binary 11111111 11111010 1001111 0 10 1000101 0 111010 1100100 1000001

Color Harmonies of #FFFA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA4F

Black with #FFFA4F

Text Example


Text Example

White with #FFFA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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