Html Css Color HEX #FFF04A Paris Daisy

📋 copy color: '#FFF04A'

red 255 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #FFF04A

Tints of Paris Daisy #FFF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

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

R = 44.82%
G = 42.18%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF04A (or 0xFFF04A) is known color: Paris Daisy. HEX triplet: FF, F0 and 4A. RGB value is (255,240,74). Sum of RGB (Red+Green+Blue) = 255+240+74=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF04A is #000FB5. Grayscale: #E2E2E2. Windows color (decimal): -4022 or 4911359. OLE color: 4911359.

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

Color convert

RGB 255 240 74 -
CMYK 0 0.06 0.71 0
HSL 55.03º 1% 0.65% -
HSV(B) 55.03º 0.71% 1% -
XYZ 73.64 84.07 18.83 -
YUV 225.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 255 240 74 0 0.06 0.71 0 55.03 1 0.65
Hex FF F0 4A 0 6 47 0 37 64 41
Octal 377 360 112 0 6 107 0 67 144 101
Binary 11111111 11110000 1001010 0 110 1000111 0 110111 1100100 1000001

Color Harmonies of #FFF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF04A

Black with #FFF04A

Text Example


Text Example

White with #FFF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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