Html Css Color HEX #FBFE49 Paris Daisy

📋 copy color: '#FBFE49'

red 251 ◦ green 254 ◦ blue 73

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

Shades of Paris Daisy #FBFE49

Tints of Paris Daisy #FBFE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.63%

R = 43.43%
G = 43.94%
B = 12.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FBFE49 (or 0xFBFE49) is known color: Paris Daisy. HEX triplet: FB, FE and 49. RGB value is (251,254,73). Sum of RGB (Red+Green+Blue) = 251+254+73=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 73 (28.91% from 255 or 12.63% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE49 is #0401B6. Grayscale: #E9E9E9. Windows color (decimal): -262583 or 4849403. OLE color: 4849403.

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

Color convert

RGB 251 254 73 -
CMYK 0.01 0 0.71 0.00
HSL 60.99º 0.99% 0.64% -
HSV(B) 60.99º 0.71% 1% -
XYZ 76.43 91.87 20.01 -
YUV 232.47 38.01 141.22 -
System Red Green Blue C M Y K H S L
Decimal 251 254 73 0.01 0 0.71 0.00 60.99 0.99 0.64
Hex FB FE 49 1 0 47 0 3D 63 40
Octal 373 376 111 1 0 107 0 75 143 100
Binary 11111011 11111110 1001001 1 0 1000111 0 111101 1100011 1000000

Color Harmonies of #FBFE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE49

Black with #FBFE49

Text Example


Text Example

White with #FBFE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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