Html Css Color HEX #FFF150 Paris Daisy

📋 copy color: '#FFF150'

red 255 ◦ green 241 ◦ blue 80

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

Shades of Paris Daisy #FFF150

Tints of Paris Daisy #FFF150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.84%

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

R = 44.27%
G = 41.84%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFF150 (or 0xFFF150) is known color: Paris Daisy. HEX triplet: FF, F1 and 50. RGB value is (255,241,80). Sum of RGB (Red+Green+Blue) = 255+241+80=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 80 (31.64% from 255 or 13.89% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF150 is #000EAF. Grayscale: #E3E3E3. Windows color (decimal): -3760 or 5304831. OLE color: 5304831.

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

Color convert

RGB 255 241 80 -
CMYK 0 0.05 0.69 0
HSL 55.2º 1% 0.66% -
HSV(B) 55.2º 0.69% 1% -
XYZ 74.14 84.75 20.04 -
YUV 226.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 255 241 80 0 0.05 0.69 0 55.2 1 0.66
Hex FF F1 50 0 5 45 0 37 64 42
Octal 377 361 120 0 5 105 0 67 144 102
Binary 11111111 11110001 1010000 0 101 1000101 0 110111 1100100 1000010

Color Harmonies of #FFF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF150

Black with #FFF150

Text Example


Text Example

White with #FFF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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