Html Css Color HEX #F2FE4B Paris Daisy

📋 copy color: '#F2FE4B'

red 242 ◦ green 254 ◦ blue 75

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

Shades of Paris Daisy #F2FE4B

Tints of Paris Daisy #F2FE4B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

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

R = 42.38%
G = 44.48%
B = 13.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#F2FE4B (or 0xF2FE4B) is known color: Paris Daisy. HEX triplet: F2, FE and 4B. RGB value is (242,254,75). Sum of RGB (Red+Green+Blue) = 242+254+75=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 75 (29.69% from 255 or 13.13% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE4B is #0D01B4. Grayscale: #E6E6E6. Windows color (decimal): -852405 or 4980466. OLE color: 4980466.

HSL color Cylindrical-coordinate representation of color #F2FE4B: hue angle of 64.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2FE4B is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 75 -
CMYK 0.05 0 0.70 0.00
HSL 64.02º 0.99% 0.65% -
HSV(B) 64.02º 0.7% 1% -
XYZ 73.33 90.27 20.22 -
YUV 230.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 242 254 75 0.05 0 0.70 0.00 64.02 0.99 0.65
Hex F2 FE 4B 5 0 46 0 40 63 41
Octal 362 376 113 5 0 106 0 100 143 101
Binary 11110010 11111110 1001011 101 0 1000110 0 1000000 1100011 1000001

Color Harmonies of #F2FE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE4B

Black with #F2FE4B

Text Example


Text Example

White with #F2FE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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