Html Css Color HEX #F2F140 Paris Daisy

📋 copy color: '#F2F140'

red 242 ◦ green 241 ◦ blue 64

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

Shades of Paris Daisy #F2F140

Tints of Paris Daisy #F2F140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

 BLUE value IS 64 (25.39% from 255) = 11.7%

R = 44.24%
G = 44.06%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2F140 (or 0xF2F140) is known color: Paris Daisy. HEX triplet: F2, F1 and 40. RGB value is (242,241,64). Sum of RGB (Red+Green+Blue) = 242+241+64=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F140 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F140 is #0D0EBF. Grayscale: #DDDDDD. Windows color (decimal): -855744 or 4256242. OLE color: 4256242.

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

Color convert

RGB 242 241 64 -
CMYK 0 0.00 0.74 0.05
HSL 59.66º 0.87% 0.6% -
HSV(B) 59.66º 0.74% 0.95% -
XYZ 69 82.16 17.07 -
YUV 221.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 242 241 64 0 0.00 0.74 0.05 59.66 0.87 0.6
Hex F2 F1 40 0 0 4A 5 3C 57 3C
Octal 362 361 100 0 0 112 5 74 127 74
Binary 11110010 11110001 1000000 0 0 1001010 101 111100 1010111 111100

Color Harmonies of #F2F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F140

Black with #F2F140

Text Example


Text Example

White with #F2F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F140; }

 p { color: rgb(242,241,64); }

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

background-color css

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

 a { background-color: rgb(242,241,64); }

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

border-color css

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

 span { border-color: rgb(242,241,64); }

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