Html Css Color HEX #FFF550 Paris Daisy

📋 copy color: '#FFF550'

red 255 ◦ green 245 ◦ blue 80

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

Shades of Paris Daisy #FFF550

Tints of Paris Daisy #FFF550

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.24%

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

R = 43.97%
G = 42.24%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF550 (or 0xFFF550) is known color: Paris Daisy. HEX triplet: FF, F5 and 50. RGB value is (255,245,80). Sum of RGB (Red+Green+Blue) = 255+245+80=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 80 (31.64% from 255 or 13.79% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF550 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF550 is #000AAF. Grayscale: #E5E5E5. Windows color (decimal): -2736 or 5305855. OLE color: 5305855.

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

Color convert

RGB 255 245 80 -
CMYK 0 0.04 0.69 0
HSL 56.57º 1% 0.66% -
HSV(B) 56.57º 0.69% 1% -
XYZ 75.34 87.14 20.44 -
YUV 229.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 255 245 80 0 0.04 0.69 0 56.57 1 0.66
Hex FF F5 50 0 4 45 0 39 64 42
Octal 377 365 120 0 4 105 0 71 144 102
Binary 11111111 11110101 1010000 0 100 1000101 0 111001 1100100 1000010

Color Harmonies of #FFF550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF550

Black with #FFF550

Text Example


Text Example

White with #FFF550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF550; }

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

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

background-color css

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

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

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

border-color css

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

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

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