Html Css Color HEX #F2F74C Paris Daisy

📋 copy color: '#F2F74C'

red 242 ◦ green 247 ◦ blue 76

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

Shades of Paris Daisy #F2F74C

Tints of Paris Daisy #F2F74C

RGB

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

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

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

R = 42.83%
G = 43.72%
B = 13.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F2F74C (or 0xF2F74C) is known color: Paris Daisy. HEX triplet: F2, F7 and 4C. RGB value is (242,247,76). Sum of RGB (Red+Green+Blue) = 242+247+76=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 76 (30.08% from 255 or 13.45% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F74C is #0D08B3. Grayscale: #E2E2E2. Windows color (decimal): -854196 or 5044210. OLE color: 5044210.

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

Color convert

RGB 242 247 76 -
CMYK 0.02 0 0.69 0.03
HSL 61.75º 0.91% 0.63% -
HSV(B) 61.75º 0.69% 0.97% -
XYZ 71.18 85.92 19.67 -
YUV 226.01 43.34 139.4 -
System Red Green Blue C M Y K H S L
Decimal 242 247 76 0.02 0 0.69 0.03 61.75 0.91 0.63
Hex F2 F7 4C 2 0 45 3 3E 5B 3F
Octal 362 367 114 2 0 105 3 76 133 77
Binary 11110010 11110111 1001100 10 0 1000101 11 111110 1011011 111111

Color Harmonies of #F2F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F74C

Black with #F2F74C

Text Example


Text Example

White with #F2F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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