Html Css Color HEX #FBFB3F Paris Daisy

📋 copy color: '#FBFB3F'

red 251 ◦ green 251 ◦ blue 63

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

Shades of Paris Daisy #FBFB3F

Tints of Paris Daisy #FBFB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.15%

R = 44.42%
G = 44.42%
B = 11.15%

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

#FBFB3F (or 0xFBFB3F) is known color: Paris Daisy. HEX triplet: FB, FB and 3F. RGB value is (251,251,63). Sum of RGB (Red+Green+Blue) = 251+251+63=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 63 (25% from 255 or 11.15% from 565); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB3F is #0404C0. Grayscale: #E6E6E6. Windows color (decimal): -263361 or 4193275. OLE color: 4193275.

HSL color Cylindrical-coordinate representation of color #FBFB3F: 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 #FBFB3F is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 63 -
CMYK 0 0 0.75 0.02
HSL 60º 0.96% 0.62% -
HSV(B) 60º 0.75% 0.98% -
XYZ 75.18 89.86 18.09 -
YUV 229.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 251 251 63 0 0 0.75 0.02 60 0.96 0.62
Hex FB FB 3F 0 0 4B 2 3C 60 3E
Octal 373 373 77 0 0 113 2 74 140 76
Binary 11111011 11111011 111111 0 0 1001011 10 111100 1100000 111110

Color Harmonies of #FBFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB3F

Black with #FBFB3F

Text Example


Text Example

White with #FBFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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