Html Css Color HEX #F0E950 Paris Daisy

📋 copy color: '#F0E950'

red 240 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #F0E950

Tints of Paris Daisy #F0E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

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

R = 43.4%
G = 42.13%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0E950 (or 0xF0E950) is known color: Paris Daisy. HEX triplet: F0, E9 and 50. RGB value is (240,233,80). Sum of RGB (Red+Green+Blue) = 240+233+80=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E950 is #0F16AF. Grayscale: #DADADA. Windows color (decimal): -988848 or 5302768. OLE color: 5302768.

HSL color Cylindrical-coordinate representation of color #F0E950: hue angle of 57.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0E950 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 80 -
CMYK 0 0.03 0.67 0.06
HSL 57.38º 0.84% 0.63% -
HSV(B) 57.38º 0.67% 0.94% -
XYZ 66.52 77.38 19.02 -
YUV 217.65 50.32 143.94 -
System Red Green Blue C M Y K H S L
Decimal 240 233 80 0 0.03 0.67 0.06 57.38 0.84 0.63
Hex F0 E9 50 0 3 43 6 39 54 3F
Octal 360 351 120 0 3 103 6 71 124 77
Binary 11110000 11101001 1010000 0 11 1000011 110 111001 1010100 111111

Color Harmonies of #F0E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E950

Black with #F0E950

Text Example


Text Example

White with #F0E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E950; }

 p { color: rgb(240,233,80); }

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

background-color css

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

 a { background-color: rgb(240,233,80); }

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

border-color css

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

 span { border-color: rgb(240,233,80); }

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