Html Css Color HEX #FEF053 Paris Daisy

📋 copy color: '#FEF053'

red 254 ◦ green 240 ◦ blue 83

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

Shades of Paris Daisy #FEF053

Tints of Paris Daisy #FEF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

 BLUE value IS 83 (32.81% from 255) = 14.38%

R = 44.02%
G = 41.59%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEF053 (or 0xFEF053) is known color: Paris Daisy. HEX triplet: FE, F0 and 53. RGB value is (254,240,83). Sum of RGB (Red+Green+Blue) = 254+240+83=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 83 (32.81% from 255 or 14.38% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF053 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF053 is #010FAC. Grayscale: #E2E2E2. Windows color (decimal): -69549 or 5501182. OLE color: 5501182.

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

Color convert

RGB 254 240 83 -
CMYK 0 0.06 0.67 0.00
HSL 55.09º 0.99% 0.66% -
HSV(B) 55.09º 0.67% 1% -
XYZ 73.59 84.02 20.52 -
YUV 226.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 254 240 83 0 0.06 0.67 0.00 55.09 0.99 0.66
Hex FE F0 53 0 6 43 0 37 63 42
Octal 376 360 123 0 6 103 0 67 143 102
Binary 11111110 11110000 1010011 0 110 1000011 0 110111 1100011 1000010

Color Harmonies of #FEF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF053

Black with #FEF053

Text Example


Text Example

White with #FEF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF053; }

 p { color: rgb(254,240,83); }

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

background-color css

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

 a { background-color: rgb(254,240,83); }

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

border-color css

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

 span { border-color: rgb(254,240,83); }

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