Html Css Color HEX #F0E84B Paris Daisy

📋 copy color: '#F0E84B'

red 240 ◦ green 232 ◦ blue 75

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

Shades of Paris Daisy #F0E84B

Tints of Paris Daisy #F0E84B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.41%

 BLUE value IS 75 (29.69% from 255) = 13.71%

R = 43.88%
G = 42.41%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0E84B (or 0xF0E84B) is known color: Paris Daisy. HEX triplet: F0, E8 and 4B. RGB value is (240,232,75). Sum of RGB (Red+Green+Blue) = 240+232+75=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E84B is #0F17B4. Grayscale: #D9D9D9. Windows color (decimal): -989109 or 4974832. OLE color: 4974832.

HSL color Cylindrical-coordinate representation of color #F0E84B: hue angle of 57.09º 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 #F0E84B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 232 75 -
CMYK 0 0.03 0.69 0.06
HSL 57.09º 0.85% 0.62% -
HSV(B) 57.09º 0.69% 0.94% -
XYZ 66.06 76.75 17.99 -
YUV 216.49 48.15 144.77 -
System Red Green Blue C M Y K H S L
Decimal 240 232 75 0 0.03 0.69 0.06 57.09 0.85 0.62
Hex F0 E8 4B 0 3 45 6 39 55 3E
Octal 360 350 113 0 3 105 6 71 125 76
Binary 11110000 11101000 1001011 0 11 1000101 110 111001 1010101 111110

Color Harmonies of #F0E84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E84B

Black with #F0E84B

Text Example


Text Example

White with #F0E84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E84B; }

 p { color: rgb(240,232,75); }

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

background-color css

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

 a { background-color: rgb(240,232,75); }

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

border-color css

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

 span { border-color: rgb(240,232,75); }

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