Html Css Color HEX #FEF043 Paris Daisy

📋 copy color: '#FEF043'

red 254 ◦ green 240 ◦ blue 67

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

Shades of Paris Daisy #FEF043

Tints of Paris Daisy #FEF043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 11.94%

R = 45.28%
G = 42.78%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF043 (or 0xFEF043) is known color: Paris Daisy. HEX triplet: FE, F0 and 43. RGB value is (254,240,67). Sum of RGB (Red+Green+Blue) = 254+240+67=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 67 (26.56% from 255 or 11.94% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF043 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF043 is #010FBC. Grayscale: #E1E1E1. Windows color (decimal): -69565 or 4452606. OLE color: 4452606.

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

Color convert

RGB 254 240 67 -
CMYK 0 0.06 0.74 0.00
HSL 55.51º 0.99% 0.63% -
HSV(B) 55.51º 0.74% 1% -
XYZ 73.05 83.8 17.63 -
YUV 224.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 254 240 67 0 0.06 0.74 0.00 55.51 0.99 0.63
Hex FE F0 43 0 6 4A 0 38 63 3F
Octal 376 360 103 0 6 112 0 70 143 77
Binary 11111110 11110000 1000011 0 110 1001010 0 111000 1100011 111111

Color Harmonies of #FEF043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF043

Black with #FEF043

Text Example


Text Example

White with #FEF043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF043; }

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

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

background-color css

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

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

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

border-color css

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

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

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