Html Css Color HEX #F2F43F Paris Daisy

📋 copy color: '#F2F43F'

red 242 ◦ green 244 ◦ blue 63

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

Shades of Paris Daisy #F2F43F

Tints of Paris Daisy #F2F43F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.44%

 BLUE value IS 63 (25% from 255) = 11.48%

R = 44.08%
G = 44.44%
B = 11.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F2F43F (or 0xF2F43F) is known color: Paris Daisy. HEX triplet: F2, F4 and 3F. RGB value is (242,244,63). Sum of RGB (Red+Green+Blue) = 242+244+63=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 63 (25% from 255 or 11.48% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F43F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F43F is #0D0BC0. Grayscale: #DFDFDF. Windows color (decimal): -854977 or 4191474. OLE color: 4191474.

HSL color Cylindrical-coordinate representation of color #F2F43F: hue angle of 60.66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2F43F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 244 63 -
CMYK 0.01 0 0.74 0.04
HSL 60.66º 0.89% 0.6% -
HSV(B) 60.66º 0.74% 0.96% -
XYZ 69.87 83.94 17.22 -
YUV 222.77 37.84 141.72 -
System Red Green Blue C M Y K H S L
Decimal 242 244 63 0.01 0 0.74 0.04 60.66 0.89 0.6
Hex F2 F4 3F 1 0 4A 4 3D 59 3C
Octal 362 364 77 1 0 112 4 75 131 74
Binary 11110010 11110100 111111 1 0 1001010 100 111101 1011001 111100

Color Harmonies of #F2F43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F43F

Black with #F2F43F

Text Example


Text Example

White with #F2F43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F43F; }

 p { color: rgb(242,244,63); }

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

background-color css

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

 a { background-color: rgb(242,244,63); }

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

border-color css

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

 span { border-color: rgb(242,244,63); }

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