Html Css Color HEX #F2F751 Paris Daisy

📋 copy color: '#F2F751'

red 242 ◦ green 247 ◦ blue 81

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

Shades of Paris Daisy #F2F751

Tints of Paris Daisy #F2F751

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.33%

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

R = 42.46%
G = 43.33%
B = 14.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F2F751 (or 0xF2F751) is known color: Paris Daisy. HEX triplet: F2, F7 and 51. RGB value is (242,247,81). Sum of RGB (Red+Green+Blue) = 242+247+81=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 81 (32.03% from 255 or 14.21% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F751 is #0D08AE. Grayscale: #E3E3E3. Windows color (decimal): -854191 or 5371890. OLE color: 5371890.

HSL color Cylindrical-coordinate representation of color #F2F751: hue angle of 61.81º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2F751 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 81 -
CMYK 0.02 0 0.67 0.03
HSL 61.81º 0.91% 0.64% -
HSV(B) 61.81º 0.67% 0.97% -
XYZ 71.36 85.99 20.62 -
YUV 226.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 242 247 81 0.02 0 0.67 0.03 61.81 0.91 0.64
Hex F2 F7 51 2 0 43 3 3E 5B 40
Octal 362 367 121 2 0 103 3 76 133 100
Binary 11110010 11110111 1010001 10 0 1000011 11 111110 1011011 1000000

Color Harmonies of #F2F751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F751

Black with #F2F751

Text Example


Text Example

White with #F2F751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F751; }

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

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

background-color css

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

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

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

border-color css

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

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

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