Html Css Color HEX #F2F04B Paris Daisy

📋 copy color: '#F2F04B'

red 242 ◦ green 240 ◦ blue 75

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

Shades of Paris Daisy #F2F04B

Tints of Paris Daisy #F2F04B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 43.45%
G = 43.09%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2F04B (or 0xF2F04B) is known color: Paris Daisy. HEX triplet: F2, F0 and 4B. RGB value is (242,240,75). Sum of RGB (Red+Green+Blue) = 242+240+75=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F04B is #0D0FB4. Grayscale: #DEDEDE. Windows color (decimal): -855989 or 4976882. OLE color: 4976882.

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

Color convert

RGB 242 240 75 -
CMYK 0 0.01 0.69 0.05
HSL 59.28º 0.87% 0.62% -
HSV(B) 59.28º 0.69% 0.95% -
XYZ 69.05 81.71 18.79 -
YUV 221.79 45.16 142.42 -
System Red Green Blue C M Y K H S L
Decimal 242 240 75 0 0.01 0.69 0.05 59.28 0.87 0.62
Hex F2 F0 4B 0 1 45 5 3B 57 3E
Octal 362 360 113 0 1 105 5 73 127 76
Binary 11110010 11110000 1001011 0 1 1000101 101 111011 1010111 111110

Color Harmonies of #F2F04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F04B

Black with #F2F04B

Text Example


Text Example

White with #F2F04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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