Html Css Color HEX #FEF350 Paris Daisy

📋 copy color: '#FEF350'

red 254 ◦ green 243 ◦ blue 80

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

Shades of Paris Daisy #FEF350

Tints of Paris Daisy #FEF350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.86%

R = 44.02%
G = 42.11%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF350 (or 0xFEF350) is known color: Paris Daisy. HEX triplet: FE, F3 and 50. RGB value is (254,243,80). Sum of RGB (Red+Green+Blue) = 254+243+80=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 80 (31.64% from 255 or 13.86% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF350 is #010CAF. Grayscale: #E4E4E4. Windows color (decimal): -68784 or 5305342. OLE color: 5305342.

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

Color convert

RGB 254 243 80 -
CMYK 0 0.04 0.69 0.00
HSL 56.21º 0.99% 0.65% -
HSV(B) 56.21º 0.69% 1% -
XYZ 74.37 85.75 20.22 -
YUV 227.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 254 243 80 0 0.04 0.69 0.00 56.21 0.99 0.65
Hex FE F3 50 0 4 45 0 38 63 41
Octal 376 363 120 0 4 105 0 70 143 101
Binary 11111110 11110011 1010000 0 100 1000101 0 111000 1100011 1000001

Color Harmonies of #FEF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF350

Black with #FEF350

Text Example


Text Example

White with #FEF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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