Html Css Color HEX #FBFF42 Paris Daisy

📋 copy color: '#FBFF42'

red 251 ◦ green 255 ◦ blue 66

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

Shades of Paris Daisy #FBFF42

Tints of Paris Daisy #FBFF42

RGB

 RED value IS 251 (98.44% from 255) = 43.88%

 GREEN value IS 255 (100% from 255) = 44.58%

 BLUE value IS 66 (26.17% from 255) = 11.54%

R = 43.88%
G = 44.58%
B = 11.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FBFF42 (or 0xFBFF42) is known color: Paris Daisy. HEX triplet: FB, FF and 42. RGB value is (251,255,66). Sum of RGB (Red+Green+Blue) = 251+255+66=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 66 (26.17% from 255 or 11.54% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF42 is #0400BD. Grayscale: #E9E9E9. Windows color (decimal): -262334 or 4390907. OLE color: 4390907.

HSL color Cylindrical-coordinate representation of color #FBFF42: hue angle of 61.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBFF42 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 251 255 66 -
CMYK 0.02 0 0.74 0
HSL 61.27º 1% 0.63% -
HSV(B) 61.27º 0.74% 1% -
XYZ 76.53 92.42 18.96 -
YUV 232.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 251 255 66 0.02 0 0.74 0 61.27 1 0.63
Hex FB FF 42 2 0 4A 0 3D 64 3F
Octal 373 377 102 2 0 112 0 75 144 77
Binary 11111011 11111111 1000010 10 0 1001010 0 111101 1100100 111111

Color Harmonies of #FBFF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF42

Black with #FBFF42

Text Example


Text Example

White with #FBFF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF42; }

 p { color: rgb(251,255,66); }

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

background-color css

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

 a { background-color: rgb(251,255,66); }

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

border-color css

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

 span { border-color: rgb(251,255,66); }

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