Html Css Color HEX #F2F13F Paris Daisy

📋 copy color: '#F2F13F'

red 242 ◦ green 241 ◦ blue 63

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

Shades of Paris Daisy #F2F13F

Tints of Paris Daisy #F2F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.14%

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

R = 44.32%
G = 44.14%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2F13F (or 0xF2F13F) is known color: Paris Daisy. HEX triplet: F2, F1 and 3F. RGB value is (242,241,63). Sum of RGB (Red+Green+Blue) = 242+241+63=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 63 (25% from 255 or 11.54% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F13F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F13F is #0D0EC0. Grayscale: #DDDDDD. Windows color (decimal): -855745 or 4190706. OLE color: 4190706.

HSL color Cylindrical-coordinate representation of color #F2F13F: hue angle of 59.66º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2F13F is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 63 -
CMYK 0 0.00 0.74 0.05
HSL 59.66º 0.87% 0.6% -
HSV(B) 59.66º 0.74% 0.95% -
XYZ 68.97 82.15 16.92 -
YUV 221.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 242 241 63 0 0.00 0.74 0.05 59.66 0.87 0.6
Hex F2 F1 3F 0 0 4A 5 3C 57 3C
Octal 362 361 77 0 0 112 5 74 127 74
Binary 11110010 11110001 111111 0 0 1001010 101 111100 1010111 111100

Color Harmonies of #F2F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F13F

Black with #F2F13F

Text Example


Text Example

White with #F2F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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