Html Css Color HEX #FFF24A Paris Daisy

📋 copy color: '#FFF24A'

red 255 ◦ green 242 ◦ blue 74

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

Shades of Paris Daisy #FFF24A

Tints of Paris Daisy #FFF24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.96%

R = 44.66%
G = 42.38%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF24A (or 0xFFF24A) is known color: Paris Daisy. HEX triplet: FF, F2 and 4A. RGB value is (255,242,74). Sum of RGB (Red+Green+Blue) = 255+242+74=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 74 (29.30% from 255 or 12.96% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF24A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF24A is #000DB5. Grayscale: #E3E3E3. Windows color (decimal): -3510 or 4911871. OLE color: 4911871.

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

Color convert

RGB 255 242 74 -
CMYK 0 0.05 0.71 0
HSL 55.69º 1% 0.65% -
HSV(B) 55.69º 0.71% 1% -
XYZ 74.23 85.26 19.02 -
YUV 226.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 255 242 74 0 0.05 0.71 0 55.69 1 0.65
Hex FF F2 4A 0 5 47 0 38 64 41
Octal 377 362 112 0 5 107 0 70 144 101
Binary 11111111 11110010 1001010 0 101 1000111 0 111000 1100100 1000001

Color Harmonies of #FFF24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF24A

Black with #FFF24A

Text Example


Text Example

White with #FFF24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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