Html Css Color HEX #FBFE40 Paris Daisy

📋 copy color: '#FBFE40'

red 251 ◦ green 254 ◦ blue 64

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

Shades of Paris Daisy #FBFE40

Tints of Paris Daisy #FBFE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.25%

R = 44.11%
G = 44.64%
B = 11.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FBFE40 (or 0xFBFE40) is known color: Paris Daisy. HEX triplet: FB, FE and 40. RGB value is (251,254,64). Sum of RGB (Red+Green+Blue) = 251+254+64=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 64 (25.39% from 255 or 11.25% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE40 is #0401BF. Grayscale: #E8E8E8. Windows color (decimal): -262592 or 4259579. OLE color: 4259579.

HSL color Cylindrical-coordinate representation of color #FBFE40: hue angle of 60.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBFE40 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 254 64 -
CMYK 0.01 0 0.75 0.00
HSL 60.95º 0.99% 0.62% -
HSV(B) 60.95º 0.75% 1% -
XYZ 76.15 91.76 18.55 -
YUV 231.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 251 254 64 0.01 0 0.75 0.00 60.95 0.99 0.62
Hex FB FE 40 1 0 4B 0 3D 63 3E
Octal 373 376 100 1 0 113 0 75 143 76
Binary 11111011 11111110 1000000 1 0 1001011 0 111101 1100011 111110

Color Harmonies of #FBFE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE40

Black with #FBFE40

Text Example


Text Example

White with #FBFE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE40; }

 p { color: rgb(251,254,64); }

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

background-color css

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

 a { background-color: rgb(251,254,64); }

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

border-color css

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

 span { border-color: rgb(251,254,64); }

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