Html Css Color HEX #FEF842 Paris Daisy

📋 copy color: '#FEF842'

red 254 ◦ green 248 ◦ blue 66

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

Shades of Paris Daisy #FEF842

Tints of Paris Daisy #FEF842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.62%

R = 44.72%
G = 43.66%
B = 11.62%

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

#FEF842 (or 0xFEF842) is known color: Paris Daisy. HEX triplet: FE, F8 and 42. RGB value is (254,248,66). Sum of RGB (Red+Green+Blue) = 254+248+66=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 66 (26.17% from 255 or 11.62% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF842 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF842 is #0107BD. Grayscale: #E5E5E5. Windows color (decimal): -67518 or 4389118. OLE color: 4389118.

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

Color convert

RGB 254 248 66 -
CMYK 0 0.02 0.74 0.00
HSL 58.09º 0.99% 0.63% -
HSV(B) 58.09º 0.74% 1% -
XYZ 75.42 88.6 18.28 -
YUV 229.05 35.99 145.8 -
System Red Green Blue C M Y K H S L
Decimal 254 248 66 0 0.02 0.74 0.00 58.09 0.99 0.63
Hex FE F8 42 0 2 4A 0 3A 63 3F
Octal 376 370 102 0 2 112 0 72 143 77
Binary 11111110 11111000 1000010 0 10 1001010 0 111010 1100011 111111

Color Harmonies of #FEF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF842

Black with #FEF842

Text Example


Text Example

White with #FEF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF842; }

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

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

background-color css

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

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

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

border-color css

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

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

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