Html Css Color HEX #FFF050 Paris Daisy

📋 copy color: '#FFF050'

red 255 ◦ green 240 ◦ blue 80

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

Shades of Paris Daisy #FFF050

Tints of Paris Daisy #FFF050

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

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

R = 44.35%
G = 41.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF050 (or 0xFFF050) is known color: Paris Daisy. HEX triplet: FF, F0 and 50. RGB value is (255,240,80). Sum of RGB (Red+Green+Blue) = 255+240+80=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 80 (31.64% from 255 or 13.91% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF050 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF050 is #000FAF. Grayscale: #E2E2E2. Windows color (decimal): -4016 or 5304575. OLE color: 5304575.

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

Color convert

RGB 255 240 80 -
CMYK 0 0.06 0.69 0
HSL 54.86º 1% 0.66% -
HSV(B) 54.86º 0.69% 1% -
XYZ 73.85 84.16 19.94 -
YUV 226.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 255 240 80 0 0.06 0.69 0 54.86 1 0.66
Hex FF F0 50 0 6 45 0 37 64 42
Octal 377 360 120 0 6 105 0 67 144 102
Binary 11111111 11110000 1010000 0 110 1000101 0 110111 1100100 1000010

Color Harmonies of #FFF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF050

Black with #FFF050

Text Example


Text Example

White with #FFF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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