Html Css Color HEX #F0E24A Paris Daisy

📋 copy color: '#F0E24A'

red 240 ◦ green 226 ◦ blue 74

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

Shades of Paris Daisy #F0E24A

Tints of Paris Daisy #F0E24A

RGB

 RED value IS 240 (94.14% from 255) = 44.44%

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 74 (29.3% from 255) = 13.7%

R = 44.44%
G = 41.85%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0E24A (or 0xF0E24A) is known color: Paris Daisy. HEX triplet: F0, E2 and 4A. RGB value is (240,226,74). Sum of RGB (Red+Green+Blue) = 240+226+74=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E24A is #0F1DB5. Grayscale: #D5D5D5. Windows color (decimal): -990646 or 4907760. OLE color: 4907760.

HSL color Cylindrical-coordinate representation of color #F0E24A: hue angle of 54.94º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0E24A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 74 -
CMYK 0 0.06 0.69 0.06
HSL 54.94º 0.85% 0.62% -
HSV(B) 54.94º 0.69% 0.94% -
XYZ 64.37 73.41 17.26 -
YUV 212.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 240 226 74 0 0.06 0.69 0.06 54.94 0.85 0.62
Hex F0 E2 4A 0 6 45 6 37 55 3E
Octal 360 342 112 0 6 105 6 67 125 76
Binary 11110000 11100010 1001010 0 110 1000101 110 110111 1010101 111110

Color Harmonies of #F0E24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E24A

Black with #F0E24A

Text Example


Text Example

White with #F0E24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E24A; }

 p { color: rgb(240,226,74); }

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

background-color css

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

 a { background-color: rgb(240,226,74); }

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

border-color css

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

 span { border-color: rgb(240,226,74); }

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