Html Css Color HEX #FFF24D Paris Daisy

📋 copy color: '#FFF24D'

red 255 ◦ green 242 ◦ blue 77

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

Shades of Paris Daisy #FFF24D

Tints of Paris Daisy #FFF24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.41%

R = 44.43%
G = 42.16%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFF24D (or 0xFFF24D) is known color: Paris Daisy. HEX triplet: FF, F2 and 4D. RGB value is (255,242,77). Sum of RGB (Red+Green+Blue) = 255+242+77=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 77 (30.47% from 255 or 13.41% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF24D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF24D is #000DB2. Grayscale: #E3E3E3. Windows color (decimal): -3507 or 5108479. OLE color: 5108479.

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

Color convert

RGB 255 242 77 -
CMYK 0 0.05 0.70 0
HSL 55.62º 1% 0.65% -
HSV(B) 55.62º 0.7% 1% -
XYZ 74.33 85.3 19.57 -
YUV 227.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 255 242 77 0 0.05 0.70 0 55.62 1 0.65
Hex FF F2 4D 0 5 46 0 38 64 41
Octal 377 362 115 0 5 106 0 70 144 101
Binary 11111111 11110010 1001101 0 101 1000110 0 111000 1100100 1000001

Color Harmonies of #FFF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF24D

Black with #FFF24D

Text Example


Text Example

White with #FFF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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