Html Css Color HEX #FEFA46 Paris Daisy

📋 copy color: '#FEFA46'

red 254 ◦ green 250 ◦ blue 70

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

Shades of Paris Daisy #FEFA46

Tints of Paris Daisy #FEFA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.2%

R = 44.25%
G = 43.55%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEFA46 (or 0xFEFA46) is known color: Paris Daisy. HEX triplet: FE, FA and 46. RGB value is (254,250,70). Sum of RGB (Red+Green+Blue) = 254+250+70=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 70 (27.73% from 255 or 12.20% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA46 is #0105B9. Grayscale: #E7E7E7. Windows color (decimal): -67002 or 4651774. OLE color: 4651774.

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

Color convert

RGB 254 250 70 -
CMYK 0 0.02 0.72 0.00
HSL 58.7º 0.99% 0.64% -
HSV(B) 58.7º 0.72% 1% -
XYZ 76.16 89.88 19.13 -
YUV 230.68 37.33 144.64 -
System Red Green Blue C M Y K H S L
Decimal 254 250 70 0 0.02 0.72 0.00 58.7 0.99 0.64
Hex FE FA 46 0 2 48 0 3B 63 40
Octal 376 372 106 0 2 110 0 73 143 100
Binary 11111110 11111010 1000110 0 10 1001000 0 111011 1100011 1000000

Color Harmonies of #FEFA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA46

Black with #FEFA46

Text Example


Text Example

White with #FEFA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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