Html Css Color HEX #F0FA4B Paris Daisy

📋 copy color: '#F0FA4B'

red 240 ◦ green 250 ◦ blue 75

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

Shades of Paris Daisy #F0FA4B

Tints of Paris Daisy #F0FA4B

RGB

 RED value IS 240 (94.14% from 255) = 42.48%

 GREEN value IS 250 (98.05% from 255) = 44.25%

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

R = 42.48%
G = 44.25%
B = 13.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#F0FA4B (or 0xF0FA4B) is known color: Paris Daisy. HEX triplet: F0, FA and 4B. RGB value is (240,250,75). Sum of RGB (Red+Green+Blue) = 240+250+75=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 75 (29.69% from 255 or 13.27% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA4B is #0F05B4. Grayscale: #E3E3E3. Windows color (decimal): -984501 or 4979440. OLE color: 4979440.

HSL color Cylindrical-coordinate representation of color #F0FA4B: hue angle of 63.43º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0FA4B is Cyan = 0.04, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 75 -
CMYK 0.04 0 0.7 0.02
HSL 63.43º 0.95% 0.64% -
HSV(B) 63.43º 0.7% 0.98% -
XYZ 71.39 87.4 19.76 -
YUV 227.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 240 250 75 0.04 0 0.7 0.02 63.43 0.95 0.64
Hex F0 FA 4B 4 0 46 2 3F 5F 40
Octal 360 372 113 4 0 106 2 77 137 100
Binary 11110000 11111010 1001011 100 0 1000110 10 111111 1011111 1000000

Color Harmonies of #F0FA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA4B

Black with #F0FA4B

Text Example


Text Example

White with #F0FA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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