Html Css Color HEX #FEF845 Paris Daisy

📋 copy color: '#FEF845'

red 254 ◦ green 248 ◦ blue 69

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

Shades of Paris Daisy #FEF845

Tints of Paris Daisy #FEF845

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.43%

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

R = 44.48%
G = 43.43%
B = 12.08%

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

#FEF845 (or 0xFEF845) is known color: Paris Daisy. HEX triplet: FE, F8 and 45. RGB value is (254,248,69). Sum of RGB (Red+Green+Blue) = 254+248+69=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 69 (27.34% from 255 or 12.08% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF845 is #0107BA. Grayscale: #E6E6E6. Windows color (decimal): -67515 or 4585726. OLE color: 4585726.

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

Color convert

RGB 254 248 69 -
CMYK 0 0.02 0.73 0.00
HSL 58.05º 0.99% 0.63% -
HSV(B) 58.05º 0.73% 1% -
XYZ 75.51 88.64 18.76 -
YUV 229.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 254 248 69 0 0.02 0.73 0.00 58.05 0.99 0.63
Hex FE F8 45 0 2 49 0 3A 63 3F
Octal 376 370 105 0 2 111 0 72 143 77
Binary 11111110 11111000 1000101 0 10 1001001 0 111010 1100011 111111

Color Harmonies of #FEF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF845

Black with #FEF845

Text Example


Text Example

White with #FEF845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF845; }

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

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

background-color css

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

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

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

border-color css

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

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

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