Html Css Color HEX #F2F051 Paris Daisy

📋 copy color: '#F2F051'

red 242 ◦ green 240 ◦ blue 81

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

Shades of Paris Daisy #F2F051

Tints of Paris Daisy #F2F051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.39%

R = 42.98%
G = 42.63%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2F051 (or 0xF2F051) is known color: Paris Daisy. HEX triplet: F2, F0 and 51. RGB value is (242,240,81). Sum of RGB (Red+Green+Blue) = 242+240+81=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 81 (32.03% from 255 or 14.39% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F051 is #0D0FAE. Grayscale: #DFDFDF. Windows color (decimal): -855983 or 5370098. OLE color: 5370098.

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

Color convert

RGB 242 240 81 -
CMYK 0 0.01 0.67 0.05
HSL 59.25º 0.86% 0.63% -
HSV(B) 59.25º 0.67% 0.95% -
XYZ 69.26 81.79 19.92 -
YUV 222.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 242 240 81 0 0.01 0.67 0.05 59.25 0.86 0.63
Hex F2 F0 51 0 1 43 5 3B 56 3F
Octal 362 360 121 0 1 103 5 73 126 77
Binary 11110010 11110000 1010001 0 1 1000011 101 111011 1010110 111111

Color Harmonies of #F2F051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F051

Black with #F2F051

Text Example


Text Example

White with #F2F051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F051; }

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

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

background-color css

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

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

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

border-color css

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

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

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