Html Css Color HEX #FEFA41 Paris Daisy

📋 copy color: '#FEFA41'

red 254 ◦ green 250 ◦ blue 65

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

Shades of Paris Daisy #FEFA41

Tints of Paris Daisy #FEFA41

RGB

 RED value IS 254 (99.61% from 255) = 44.64%

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

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

R = 44.64%
G = 43.94%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEFA41 (or 0xFEFA41) is known color: Paris Daisy. HEX triplet: FE, FA and 41. RGB value is (254,250,65). Sum of RGB (Red+Green+Blue) = 254+250+65=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 65 (25.78% from 255 or 11.42% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA41 is #0105BE. Grayscale: #E6E6E6. Windows color (decimal): -67007 or 4324094. OLE color: 4324094.

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

Color convert

RGB 254 250 65 -
CMYK 0 0.02 0.74 0.00
HSL 58.73º 0.99% 0.63% -
HSV(B) 58.73º 0.74% 1% -
XYZ 76.01 89.82 18.33 -
YUV 230.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 254 250 65 0 0.02 0.74 0.00 58.73 0.99 0.63
Hex FE FA 41 0 2 4A 0 3B 63 3F
Octal 376 372 101 0 2 112 0 73 143 77
Binary 11111110 11111010 1000001 0 10 1001010 0 111011 1100011 111111

Color Harmonies of #FEFA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA41

Black with #FEFA41

Text Example


Text Example

White with #FEFA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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