Html Css Color HEX #FBFB40 Paris Daisy

📋 copy color: '#FBFB40'

red 251 ◦ green 251 ◦ blue 64

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

Shades of Paris Daisy #FBFB40

Tints of Paris Daisy #FBFB40

RGB

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

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

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

R = 44.35%
G = 44.35%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBFB40 (or 0xFBFB40) is known color: Paris Daisy. HEX triplet: FB, FB and 40. RGB value is (251,251,64). Sum of RGB (Red+Green+Blue) = 251+251+64=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB40 is #0404BF. Grayscale: #E6E6E6. Windows color (decimal): -263360 or 4258811. OLE color: 4258811.

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

Color convert

RGB 251 251 64 -
CMYK 0 0 0.75 0.02
HSL 60º 0.96% 0.62% -
HSV(B) 60º 0.75% 0.98% -
XYZ 75.21 89.87 18.23 -
YUV 229.68 34.5 143.21 -
System Red Green Blue C M Y K H S L
Decimal 251 251 64 0 0 0.75 0.02 60 0.96 0.62
Hex FB FB 40 0 0 4B 2 3C 60 3E
Octal 373 373 100 0 0 113 2 74 140 76
Binary 11111011 11111011 1000000 0 0 1001011 10 111100 1100000 111110

Color Harmonies of #FBFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB40

Black with #FBFB40

Text Example


Text Example

White with #FBFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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