Html Css Color HEX #FFF148 Paris Daisy

📋 copy color: '#FFF148'

red 255 ◦ green 241 ◦ blue 72

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

Shades of Paris Daisy #FFF148

Tints of Paris Daisy #FFF148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.68%

R = 44.89%
G = 42.43%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFF148 (or 0xFFF148) is known color: Paris Daisy. HEX triplet: FF, F1 and 48. RGB value is (255,241,72). Sum of RGB (Red+Green+Blue) = 255+241+72=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 72 (28.52% from 255 or 12.68% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF148 is #000EB7. Grayscale: #E2E2E2. Windows color (decimal): -3768 or 4780543. OLE color: 4780543.

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

Color convert

RGB 255 241 72 -
CMYK 0 0.05 0.72 0
HSL 55.41º 1% 0.64% -
HSV(B) 55.41º 0.72% 1% -
XYZ 73.87 84.64 18.57 -
YUV 225.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 255 241 72 0 0.05 0.72 0 55.41 1 0.64
Hex FF F1 48 0 5 48 0 37 64 40
Octal 377 361 110 0 5 110 0 67 144 100
Binary 11111111 11110001 1001000 0 101 1001000 0 110111 1100100 1000000

Color Harmonies of #FFF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF148

Black with #FFF148

Text Example


Text Example

White with #FFF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF148; }

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

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

background-color css

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

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

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

border-color css

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

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

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