Html Css Color HEX #F2E74C Paris Daisy

📋 copy color: '#F2E74C'

red 242 ◦ green 231 ◦ blue 76

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

Shades of Paris Daisy #F2E74C

Tints of Paris Daisy #F2E74C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.08%

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

R = 44.08%
G = 42.08%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2E74C (or 0xF2E74C) is known color: Paris Daisy. HEX triplet: F2, E7 and 4C. RGB value is (242,231,76). Sum of RGB (Red+Green+Blue) = 242+231+76=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E74C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E74C is #0D18B3. Grayscale: #D9D9D9. Windows color (decimal): -858292 or 5040114. OLE color: 5040114.

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

Color convert

RGB 242 231 76 -
CMYK 0 0.05 0.69 0.05
HSL 56.02º 0.86% 0.62% -
HSV(B) 56.02º 0.69% 0.95% -
XYZ 66.5 76.55 18.11 -
YUV 216.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 242 231 76 0 0.05 0.69 0.05 56.02 0.86 0.62
Hex F2 E7 4C 0 5 45 5 38 56 3E
Octal 362 347 114 0 5 105 5 70 126 76
Binary 11110010 11100111 1001100 0 101 1000101 101 111000 1010110 111110

Color Harmonies of #F2E74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E74C

Black with #F2E74C

Text Example


Text Example

White with #F2E74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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