Html Css Color HEX #FEFA45 Paris Daisy

📋 copy color: '#FEFA45'

red 254 ◦ green 250 ◦ blue 69

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

Shades of Paris Daisy #FEFA45

Tints of Paris Daisy #FEFA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.04%

R = 44.33%
G = 43.63%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEFA45 (or 0xFEFA45) is known color: Paris Daisy. HEX triplet: FE, FA and 45. RGB value is (254,250,69). Sum of RGB (Red+Green+Blue) = 254+250+69=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 69 (27.34% from 255 or 12.04% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA45 is #0105BA. Grayscale: #E7E7E7. Windows color (decimal): -67003 or 4586238. OLE color: 4586238.

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

Color convert

RGB 254 250 69 -
CMYK 0 0.02 0.73 0.00
HSL 58.7º 0.99% 0.63% -
HSV(B) 58.7º 0.73% 1% -
XYZ 76.13 89.87 18.96 -
YUV 230.56 36.83 144.72 -
System Red Green Blue C M Y K H S L
Decimal 254 250 69 0 0.02 0.73 0.00 58.7 0.99 0.63
Hex FE FA 45 0 2 49 0 3B 63 3F
Octal 376 372 105 0 2 111 0 73 143 77
Binary 11111110 11111010 1000101 0 10 1001001 0 111011 1100011 111111

Color Harmonies of #FEFA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA45

Black with #FEFA45

Text Example


Text Example

White with #FEFA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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