Html Css Color HEX #FBFB44 Paris Daisy

📋 copy color: '#FBFB44'

red 251 ◦ green 251 ◦ blue 68

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

Shades of Paris Daisy #FBFB44

Tints of Paris Daisy #FBFB44

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.04%

 BLUE value IS 68 (26.95% from 255) = 11.93%

R = 44.04%
G = 44.04%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBFB44 (or 0xFBFB44) is known color: Paris Daisy. HEX triplet: FB, FB and 44. RGB value is (251,251,68). Sum of RGB (Red+Green+Blue) = 251+251+68=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 68 (26.95% from 255 or 11.93% from 570); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB44 is #0404BB. Grayscale: #E6E6E6. Windows color (decimal): -263356 or 4520955. OLE color: 4520955.

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

Color convert

RGB 251 251 68 -
CMYK 0 0 0.73 0.02
HSL 60º 0.96% 0.63% -
HSV(B) 60º 0.73% 0.98% -
XYZ 75.32 89.92 18.86 -
YUV 230.14 36.5 142.88 -
System Red Green Blue C M Y K H S L
Decimal 251 251 68 0 0 0.73 0.02 60 0.96 0.63
Hex FB FB 44 0 0 49 2 3C 60 3F
Octal 373 373 104 0 0 111 2 74 140 77
Binary 11111011 11111011 1000100 0 0 1001001 10 111100 1100000 111111

Color Harmonies of #FBFB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB44

Black with #FBFB44

Text Example


Text Example

White with #FBFB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB44; }

 p { color: rgb(251,251,68); }

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

background-color css

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

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

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

border-color css

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

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

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