Html Css Color HEX #FFFA41 Paris Daisy

📋 copy color: '#FFFA41'

red 255 ◦ green 250 ◦ blue 65

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

Shades of Paris Daisy #FFFA41

Tints of Paris Daisy #FFFA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.4%

R = 44.74%
G = 43.86%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFFA41 (or 0xFFFA41) is known color: Paris Daisy. HEX triplet: FF, FA and 41. RGB value is (255,250,65). Sum of RGB (Red+Green+Blue) = 255+250+65=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 65 (25.78% from 255 or 11.40% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA41 is #0005BE. Grayscale: #E7E7E7. Windows color (decimal): -1471 or 4324095. OLE color: 4324095.

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

Color convert

RGB 255 250 65 -
CMYK 0 0.02 0.75 0
HSL 58.42º 1% 0.63% -
HSV(B) 58.42º 0.75% 1% -
XYZ 76.38 90.01 18.35 -
YUV 230.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 255 250 65 0 0.02 0.75 0 58.42 1 0.63
Hex FF FA 41 0 2 4B 0 3A 64 3F
Octal 377 372 101 0 2 113 0 72 144 77
Binary 11111111 11111010 1000001 0 10 1001011 0 111010 1100100 111111

Color Harmonies of #FFFA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA41

Black with #FFFA41

Text Example


Text Example

White with #FFFA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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