Html Css Color HEX #F2F04A Paris Daisy

📋 copy color: '#F2F04A'

red 242 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #F2F04A

Tints of Paris Daisy #F2F04A

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

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

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

R = 43.53%
G = 43.17%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2F04A (or 0xF2F04A) is known color: Paris Daisy. HEX triplet: F2, F0 and 4A. RGB value is (242,240,74). Sum of RGB (Red+Green+Blue) = 242+240+74=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F04A is #0D0FB5. Grayscale: #DEDEDE. Windows color (decimal): -855990 or 4911346. OLE color: 4911346.

HSL color Cylindrical-coordinate representation of color #F2F04A: hue angle of 59.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2F04A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 74 -
CMYK 0 0.01 0.69 0.05
HSL 59.29º 0.87% 0.62% -
HSV(B) 59.29º 0.69% 0.95% -
XYZ 69.01 81.69 18.61 -
YUV 221.67 44.66 142.5 -
System Red Green Blue C M Y K H S L
Decimal 242 240 74 0 0.01 0.69 0.05 59.29 0.87 0.62
Hex F2 F0 4A 0 1 45 5 3B 57 3E
Octal 362 360 112 0 1 105 5 73 127 76
Binary 11110010 11110000 1001010 0 1 1000101 101 111011 1010111 111110

Color Harmonies of #F2F04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F04A

Black with #F2F04A

Text Example


Text Example

White with #F2F04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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