Html Css Color HEX #FEF341 Paris Daisy

📋 copy color: '#FEF341'

red 254 ◦ green 243 ◦ blue 65

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

Shades of Paris Daisy #FEF341

Tints of Paris Daisy #FEF341

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

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

R = 45.2%
G = 43.24%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF341 (or 0xFEF341) is known color: Paris Daisy. HEX triplet: FE, F3 and 41. RGB value is (254,243,65). Sum of RGB (Red+Green+Blue) = 254+243+65=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 65 (25.78% from 255 or 11.57% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF341 is #010CBE. Grayscale: #E2E2E2. Windows color (decimal): -68799 or 4322302. OLE color: 4322302.

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

Color convert

RGB 254 243 65 -
CMYK 0 0.04 0.74 0.00
HSL 56.51º 0.99% 0.63% -
HSV(B) 56.51º 0.74% 1% -
XYZ 73.88 85.55 17.62 -
YUV 226 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 254 243 65 0 0.04 0.74 0.00 56.51 0.99 0.63
Hex FE F3 41 0 4 4A 0 39 63 3F
Octal 376 363 101 0 4 112 0 71 143 77
Binary 11111110 11110011 1000001 0 100 1001010 0 111001 1100011 111111

Color Harmonies of #FEF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF341

Black with #FEF341

Text Example


Text Example

White with #FEF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF341; }

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

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

background-color css

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

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

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

border-color css

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

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

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