Html Css Color HEX #F2F84B Paris Daisy

📋 copy color: '#F2F84B'

red 242 ◦ green 248 ◦ blue 75

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

Shades of Paris Daisy #F2F84B

Tints of Paris Daisy #F2F84B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

 BLUE value IS 75 (29.69% from 255) = 13.27%

R = 42.83%
G = 43.89%
B = 13.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F2F84B (or 0xF2F84B) is known color: Paris Daisy. HEX triplet: F2, F8 and 4B. RGB value is (242,248,75). Sum of RGB (Red+Green+Blue) = 242+248+75=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 75 (29.69% from 255 or 13.27% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F84B is #0D07B4. Grayscale: #E3E3E3. Windows color (decimal): -853941 or 4978930. OLE color: 4978930.

HSL color Cylindrical-coordinate representation of color #F2F84B: hue angle of 62.08º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2F84B is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 75 -
CMYK 0.02 0 0.70 0.03
HSL 62.08º 0.93% 0.63% -
HSV(B) 62.08º 0.7% 0.97% -
XYZ 71.46 86.52 19.59 -
YUV 226.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 242 248 75 0.02 0 0.70 0.03 62.08 0.93 0.63
Hex F2 F8 4B 2 0 46 3 3E 5D 3F
Octal 362 370 113 2 0 106 3 76 135 77
Binary 11110010 11111000 1001011 10 0 1000110 11 111110 1011101 111111

Color Harmonies of #F2F84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F84B

Black with #F2F84B

Text Example


Text Example

White with #F2F84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F84B; }

 p { color: rgb(242,248,75); }

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

background-color css

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

 a { background-color: rgb(242,248,75); }

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

border-color css

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

 span { border-color: rgb(242,248,75); }

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