Html Css Color HEX #FFF248 Paris Daisy

📋 copy color: '#FFF248'

red 255 ◦ green 242 ◦ blue 72

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

Shades of Paris Daisy #FFF248

Tints of Paris Daisy #FFF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

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

R = 44.82%
G = 42.53%
B = 12.65%

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

#FFF248 (or 0xFFF248) is known color: Paris Daisy. HEX triplet: FF, F2 and 48. RGB value is (255,242,72). Sum of RGB (Red+Green+Blue) = 255+242+72=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 72 (28.52% from 255 or 12.65% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF248 is #000DB7. Grayscale: #E3E3E3. Windows color (decimal): -3512 or 4780799. OLE color: 4780799.

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

Color convert

RGB 255 242 72 -
CMYK 0 0.05 0.72 0
HSL 55.74º 1% 0.64% -
HSV(B) 55.74º 0.72% 1% -
XYZ 74.16 85.23 18.67 -
YUV 226.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 255 242 72 0 0.05 0.72 0 55.74 1 0.64
Hex FF F2 48 0 5 48 0 38 64 40
Octal 377 362 110 0 5 110 0 70 144 100
Binary 11111111 11110010 1001000 0 101 1001000 0 111000 1100100 1000000

Color Harmonies of #FFF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF248

Black with #FFF248

Text Example


Text Example

White with #FFF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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