Html Css Color HEX #FBFB3E Paris Daisy

📋 copy color: '#FBFB3E'

red 251 ◦ green 251 ◦ blue 62

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

Shades of Paris Daisy #FBFB3E

Tints of Paris Daisy #FBFB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 10.99%

R = 44.5%
G = 44.5%
B = 10.99%

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

#FBFB3E (or 0xFBFB3E) is known color: Paris Daisy. HEX triplet: FB, FB and 3E. RGB value is (251,251,62). Sum of RGB (Red+Green+Blue) = 251+251+62=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 62 (24.61% from 255 or 10.99% from 564); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB3E is #0404C1. Grayscale: #E6E6E6. Windows color (decimal): -263362 or 4127739. OLE color: 4127739.

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

Color convert

RGB 251 251 62 -
CMYK 0 0 0.75 0.02
HSL 60º 0.96% 0.61% -
HSV(B) 60º 0.75% 0.98% -
XYZ 75.15 89.85 17.94 -
YUV 229.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 251 251 62 0 0 0.75 0.02 60 0.96 0.61
Hex FB FB 3E 0 0 4B 2 3C 60 3D
Octal 373 373 76 0 0 113 2 74 140 75
Binary 11111011 11111011 111110 0 0 1001011 10 111100 1100000 111101

Color Harmonies of #FBFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB3E

Black with #FBFB3E

Text Example


Text Example

White with #FBFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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