Html Css Color HEX #F2F14C Paris Daisy

📋 copy color: '#F2F14C'

red 242 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #F2F14C

Tints of Paris Daisy #F2F14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.6%

R = 43.29%
G = 43.11%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2F14C (or 0xF2F14C) is known color: Paris Daisy. HEX triplet: F2, F1 and 4C. RGB value is (242,241,76). Sum of RGB (Red+Green+Blue) = 242+241+76=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 76 (30.08% from 255 or 13.60% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F14C is #0D0EB3. Grayscale: #DFDFDF. Windows color (decimal): -855732 or 5042674. OLE color: 5042674.

HSL color Cylindrical-coordinate representation of color #F2F14C: hue angle of 59.64º degrees, saturation: 0.86, 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 #F2F14C is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 76 -
CMYK 0 0.00 0.69 0.05
HSL 59.64º 0.86% 0.62% -
HSV(B) 59.64º 0.69% 0.95% -
XYZ 69.38 82.31 19.07 -
YUV 222.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 242 241 76 0 0.00 0.69 0.05 59.64 0.86 0.62
Hex F2 F1 4C 0 0 45 5 3C 56 3E
Octal 362 361 114 0 0 105 5 74 126 76
Binary 11110010 11110001 1001100 0 0 1000101 101 111100 1010110 111110

Color Harmonies of #F2F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F14C

Black with #F2F14C

Text Example


Text Example

White with #F2F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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